Commit 12f575b
[fix]: scope build-and-test concurrency by event to avoid cancellations
Release branch commits trigger build-and-test from both the push (release/**) and pull_request events, which shared one concurrency group, so cancel-in-progress made them cancel each other. A cancelled run left the required build-and-test check unsatisfied and blocked the release PR merge. Add github.event_name to the concurrency group so push and PR runs no longer cancel each other; per-event cancellation of superseded runs is preserved.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 63886e1 commit 12f575b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments