Commit 74ec352
committed
fix(ci): deduplicate CI runs with concurrency group
When a PR targets develop, both push and pull_request triggers fire,
running every job twice. Add concurrency group keyed on PR number
(or ref for direct pushes) with cancel-in-progress to ensure only
one run per event.1 parent 1001d13 commit 74ec352
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
0 commit comments