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
cancel-in-progress was false for pull_request events, so every synchronize (and every
master push) stacked another full 49-shard matrix in the queue instead of superseding the
prior run. Against the free-tier 20-concurrent-job cap this saturated the pool for hours —
fresh runs sat pending with 0 jobs dispatched (observed on PR #1789). Set cancel-in-progress
to true for all events so the latest commit's run supersedes the stale one and frees runners
immediately. The head run always completes (nothing newer supersedes it); only superseded
SHAs are cancelled, which is the correct signal.
Co-authored-by: franklinic <franklin@ivorycloud.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments