When a new commit is pushed to a branch, any already-queued or in-progress CI run for that same branch is cancelled immediately
Reduces wait time for the most recent commit from O(n × job_duration) to ~0
Verification
Change is 2 lines of YAML; no code logic changed. The group key scopes cancellation per branch so concurrent runs on different branches/PRs are unaffected.
## Summary
- Adds a block to with
- When a new commit is pushed to a branch, any already-queued or in-progress CI run for that same branch is cancelled immediately
- Reduces wait time for the most recent commit from O(n × job_duration) to ~0
## Verification
Change is 2 lines of YAML; no code logic changed. The group key scopes cancellation per branch so concurrent runs on different branches/PRs are unaffected.
Closes #497
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Verification
Change is 2 lines of YAML; no code logic changed. The group key scopes cancellation per branch so concurrent runs on different branches/PRs are unaffected.
Closes #497
🤖 Generated with Claude Code