Commit e1437d4
authored
chore: don't cancel concurrent main builds (#342)
Fixing this in all our rulesets.
This updates the GHA ci.yaml `concurrency` block to match all of our
other rule sets. In particular, the `cancel-in-progress` is updated to
_not_ cancel in progress main builds `${{ github.ref_name != 'main' }}`
so that if two commits land on main back-to-back the 2nd one does not
cancel the first if it is still running CI.1 parent 5481e10 commit e1437d4
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments