Commit 0b31914
harden(ci): concurrency-cancel + scope Agda push to integration branches
Cut self-inflicted load on the shared estate Actions concurrency pool
(the cause of repo-wide queued/no-progress stalls — public repo, free
unlimited minutes, so the constraint is concurrent-job slots, not spend):
- agda.yml: add concurrency{cancel-in-progress}; restrict push trigger
from "**" (every branch) to [main, master]. PRs still run the full
suite via pull_request, so zero proof coverage is lost; this removes
the full-build-on-every-WIP-push storm and the push+PR double-fire.
- governance.yml, scorecard.yml: add concurrency{cancel-in-progress}
(both read-only; safe to cancel superseded runs).
- hypatia-scan.yml already guarded; mirror.yml left (main-only,
publishing — unsafe to mid-cancel).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 25986ae commit 0b31914
3 files changed
Lines changed: 29 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
7 | 14 | | |
8 | | - | |
9 | | - | |
| 15 | + | |
10 | 16 | | |
11 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
12 | 25 | | |
13 | 26 | | |
14 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
21 | 28 | | |
22 | 29 | | |
23 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
10 | 17 | | |
11 | 18 | | |
12 | 19 | | |
| |||
0 commit comments