Commit 272fb01
authored
fix(ci): add concurrency group to cancel superseded runs on force-push (#444)
Force-pushes triggered a new pull_request synchronize event while the
previous run's lightweight jobs (conventional-commits, IPR) still held
the free-tier runner slots. The 4-runner Test Python matrix for the new
SHA was queued but never scheduled — the fast jobs always won. Required
a manual close/reopen to retrigger.
The concurrency block cancels in-progress runs for the same ref so the
new SHA's matrix jobs get scheduled immediately.
Closes #4131 parent 69211a3 commit 272fb01
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
0 commit comments