fix(ci): add concurrency block to sop-checklist workflow (cancel stale runs) #963

Merged
devops-engineer merged 1 commits from fix-sop-concurrency-v2 into main 2026-05-14 04:34:19 +00:00
+6
View File
@@ -67,6 +67,12 @@
name: sop-checklist
# Cancel any in-progress runs for the same PR to prevent
# stale runs from overwriting newer status contexts.
concurrency:
group: ${{ github.repository }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
# bp-required: yes ← emits sop-checklist / all-items-acked (pull_request)
on: