Commit cc27c4b
committed
fix(ci): do not cancel push-to-main coverage baseline runs
The coverage gate's `concurrency.cancel-in-progress: true` was cancelling
the push-to-main runs that compute and SAVE the baseline cache. A rapid
run of merges cancelled each baseline run before it could save, so the
cache was never populated and every PR's gate stayed "informational - no
baseline" forever.
Only cancel superseded PR runs; let every push-to-main run finish and
save its baseline.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WvXMHHbYGddVPpmQR2XmK11 parent 4236724 commit cc27c4b
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
0 commit comments