Commit 2bde211
fix(ci): remove duplicate concurrency block in proofs.yml (#207)
The proofs workflow had two top-level concurrency: keys. YAML's last-wins
semantics meant the second block (cancel-in-progress: true unconditional)
overrode the brief-conformant block PR #200 added at the top of the file,
canceling main and scheduled runs along with PR runs. Removing the
preexisting duplicate restores the correct behaviour: PR runs cancel on
supersede, main / scheduled / tag runs are preserved.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9f760ae commit 2bde211
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 31 | | |
37 | 32 | | |
38 | 33 | | |
| |||
0 commit comments