Commit d22a8cc
committed
feat(ci): auto-cancel superseded workflow runs
Add concurrency group to automatically cancel in-progress workflow runs
when a new push is made to the same branch. This prevents wasted CI
resources and provides faster feedback on the latest changes.
Concurrency group: workflow name + git ref (branch)
Behavior: New push cancels any in-progress runs for that branch1 parent c2d9873 commit d22a8cc
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
10 | 15 | | |
11 | 16 | | |
| |||
0 commit comments