Let bypass-fastfail label skip stage-to-stage wait (#24598)

This commit is contained in:
Liangsheng Yin
2026-05-07 02:20:27 -07:00
committed by GitHub
parent 684638e053
commit a6dc49545e
2 changed files with 29 additions and 1 deletions
+2
View File
@@ -355,6 +355,8 @@ jobs:
# These jobs poll GitHub API to wait for previous stages to complete.
# For PR runs: wait jobs run and enforce sequential execution via polling.
# For scheduled runs: wait jobs are skipped, enabling parallel execution for easier retry.
# For PRs with the `bypass-fastfail` label: wait jobs run but return success immediately
# (handled inside the wait-for-jobs action), so downstream stages dispatch in parallel.
wait-for-stage-a:
needs: [check-changes, call-gate]