This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 32749ae5569 Switch workflow test to v3-2-test (#64423)
32749ae5569 is described below
commit 32749ae5569646adeb4271abbd07455185206f54
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Mar 29 23:11:35 2026 +0200
Switch workflow test to v3-2-test (#64423)
---
.github/workflows/ci-notification.yml | 2 +-
dev/README_RELEASE_AIRFLOW.md | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ci-notification.yml
b/.github/workflows/ci-notification.yml
index bfb1b32e4f8..31b390e2d0f 100644
--- a/.github/workflows/ci-notification.yml
+++ b/.github/workflows/ci-notification.yml
@@ -36,7 +36,7 @@ jobs:
workflow-status:
strategy:
matrix:
- branch: ["v3-1-test"]
+ branch: ["v3-2-test"]
workflow-id: ["ci-amd-arm.yml"]
runs-on: ubuntu-latest
steps:
diff --git a/dev/README_RELEASE_AIRFLOW.md b/dev/README_RELEASE_AIRFLOW.md
index 7cfef96f457..9467646e30c 100644
--- a/dev/README_RELEASE_AIRFLOW.md
+++ b/dev/README_RELEASE_AIRFLOW.md
@@ -447,6 +447,7 @@ uv tool install -e ./dev/breeze
We sync this new branch to the stable branch so that people would continue
to backport PRs to the test branch
while the RC is being voted. The new branch must be in sync with where you
cut it off from the test branch.
+- Switch to the new branch in .github/workflows/ci-notification.yml
`workflow-status` matrix
- Set the Airflow version in `airflow-core/src/airflow/__init__.py` (without
the RC tag).
- Set the Task SDK version in `task-sdk/src/airflow/sdk/__init__.py` (without
the RC tag)
- Those two steps below are temporary - until we finally split task-sdk and
airflow-core: