Commit ad6f436
committed
ci: dedupe concurrent push/PR runs to stop Harbor push race
The push and pull_request triggers spawned two concurrent runs for the
same commit, racing on the Harbor image push (build-docker failing with
'blob upload invalid'). Add a concurrency group keyed on the head commit
SHA (shared by both events) with cancel-in-progress, so only one run per
commit executes.
https://claude.ai/code/session_01S76fk9ma5Szkf9r1W44RVP1 parent e2f128d commit ad6f436
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
0 commit comments