Skip to content

Commit 2bde211

Browse files
avrabeclaude
andauthored
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

File tree

.github/workflows/proofs.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ on:
2828
pull_request:
2929
branches: [main]
3030

31-
# Avoid duplicate runs on PR + push for the same SHA.
32-
concurrency:
33-
group: proofs-${{ github.workflow }}-${{ github.ref }}
34-
cancel-in-progress: true
35-
3631
jobs:
3732
lean:
3833
name: Lean proof typecheck (lake build)

0 commit comments

Comments
 (0)