Commit 9bbfd94
committed
feat(ci): add concurrency control to cancel stale builds
Cancel in-progress workflow runs when a newer one is triggered on the same ref.
This prevents wasting CI resources on outdated builds and ensures only the
latest code is built and deployed.
Concurrency group: workflow name + git ref (branch/tag)
Behavior: Automatically cancels older runs when new one starts1 parent 38a5843 commit 9bbfd94
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