Commit 54b9dda
Fix workflow concurrency to prevent PR builds from cancelling main builds
Previously, PR builds and main branch push builds shared the same
concurrency group because pull_request_target events use the base
branch ref. This caused PR builds to cancel ongoing main builds.
Now PR builds use a unique concurrency group (pr-<number>) while
push builds continue to use the branch ref, preventing interference.
Co-Authored-By: Claude <[email protected]>1 parent f3246d7 commit 54b9dda
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments