Skip to content

Commit 32749ae

Browse files
authored
Switch workflow test to v3-2-test (#64423)
1 parent 29fba0c commit 32749ae

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
workflow-status:
3737
strategy:
3838
matrix:
39-
branch: ["v3-1-test"]
39+
branch: ["v3-2-test"]
4040
workflow-id: ["ci-amd-arm.yml"]
4141
runs-on: ubuntu-latest
4242
steps:

dev/README_RELEASE_AIRFLOW.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ uv tool install -e ./dev/breeze
447447
We sync this new branch to the stable branch so that people would continue to backport PRs to the test branch
448448
while the RC is being voted. The new branch must be in sync with where you cut it off from the test branch.
449449

450+
- Switch to the new branch in .github/workflows/ci-notification.yml `workflow-status` matrix
450451
- Set the Airflow version in `airflow-core/src/airflow/__init__.py` (without the RC tag).
451452
- Set the Task SDK version in `task-sdk/src/airflow/sdk/__init__.py` (without the RC tag)
452453
- Those two steps below are temporary - until we finally split task-sdk and airflow-core:

0 commit comments

Comments
 (0)