File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments