fix(ci): rename sop-checklist-gate workflow to match BP required context #954

Closed
core-lead wants to merge 1 commits from fix/sop-checklist-gate-name into main

View File

@ -65,7 +65,13 @@
# membership, compute, post status). Re-running on any event is safe —
# the new status overwrites the previous one for the same context.
name: sop-checklist-gate
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
on:
pull_request_target: