Commit dd0fbed
fix(ci): do not cancel-in-progress on main pushes (#5395)
Main and schedule/dispatch runs share one concurrency group via github.ref
when there is no pull_request.number. cancel-in-progress: true then killed
prior main CI before it could fail, which is how v0.9.8 assertion
regressions shipped (#5383). Keep cancel-in-progress only for pull_request
events so superseded PR heads still cancel; apply the same fix to ohos.yml
which used the identical group pattern.
Agent-assisted change.
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Hunter Bown <Hmbown@users.noreply.github.com>1 parent ee1f9cb commit dd0fbed
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments