You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): simplify CI gate to prevent skip/re-run failures
The all-jobs-complete gate was mirroring each job's `if` condition in
bash, which got out of sync — causing failures when the merge queue
skipped jobs (skip-merge-queue=true) and on partial re-runs where
previously-succeeded jobs report "skipped". Instead of duplicating that
logic, the gate now simply checks that no dependency failed or was
cancelled, letting each job's own `if` condition be the single source
of truth for when it runs.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments