potiuk opened a new pull request, #69626: URL: https://github.com/apache/airflow/pull/69626
PRs targeting the `chart/v*-test|stable` and `airflow-ctl/v*-test|stable` release branches received no CI at all — those branch patterns were missing from the `pull_request`/`push` branch filters of `ci-amd`, `ci-arm`, and `codeql-analysis`, so only branch-independent bot checks (`Mergeable`/`WIP`) reported and a PR could show all-green without any tests, static checks, or CodeQL running (e.g. #69579 against `chart/v1-2x-test`). This adds the chart and airflow-ctl release-branch patterns to those triggers. The sync-enforced AMD-only trigger block in `check_ci_workflows_in_sync.py` is updated in the same PR so the amd/arm guard keeps passing; `push` triggers get the `-test` variants only, matching the existing release-prep push convention. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 4.8) Generated-by: Claude Code (Opus 4.8) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
