fix(ci): add per-PR concurrency groups to SOP workflows (mc#1134) #1136

Closed
core-devops wants to merge 1 commits from fix/sop-concurrency-throttle into main

1 Commits

Author SHA1 Message Date
25f6bc85ad fix(ci): add per-PR concurrency groups to SOP workflows (mc#1134)
Some checks failed
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 11s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 16s
Lint curl status-code capture / Scan workflows for curl status-capture pollution (pull_request) Successful in 18s
CI / Shellcheck (E2E scripts) (pull_request) Successful in 25s
CI / Detect changes (pull_request) Successful in 41s
E2E API Smoke Test / detect-changes (pull_request) Successful in 48s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 24s
E2E Staging Canvas (Playwright) / detect-changes (pull_request) Successful in 1m14s
Runtime PR-Built Compatibility / detect-changes (pull_request) Successful in 1m2s
qa-review / approved (pull_request) Failing after 22s
security-review / approved (pull_request) Failing after 29s
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Successful in 11s
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 1m35s
Lint workflow YAML (Gitea-1.22.6-hostile shapes) / Lint workflow YAML for Gitea-1.22.6-hostile shapes (pull_request) Successful in 1m47s
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 9s
gate-check-v3 / gate-check (pull_request) Successful in 24s
sop-tier-check / tier-check (pull_request) Successful in 15s
lint-continue-on-error-tracking / lint-continue-on-error-tracking (pull_request) Successful in 2m22s
E2E Staging Canvas (Playwright) / Canvas tabs E2E (pull_request) Successful in 10s
Lint pre-flip continue-on-error / Verify continue-on-error flips have run-log proof (pull_request) Successful in 2m28s
Runtime PR-Built Compatibility / PR-built wheel + import smoke (pull_request) Successful in 13s
lint-required-context-exists-in-bp / lint-required-context-exists-in-bp (pull_request) Successful in 2m25s
CI / Python Lint & Test (pull_request) Successful in 7m35s
CI / Platform (Go) (pull_request) Successful in 12m40s
CI / Canvas (Next.js) (pull_request) Successful in 15m8s
CI / all-required (pull_request) Successful in 15m22s
CI / Canvas Deploy Reminder (pull_request) Successful in 3s
sop-checklist / all-items-acked (pull_request) acked: 2/7 — missing: comprehensive-testing, local-postgres-e2e, staging-smoke, +2
audit-force-merge / audit (pull_request) Has been skipped
SOP workflows were missing concurrency groups, causing queue storms
when comment bursts fired multiple simultaneous runs on the same PR.

Changes:
- sop-tier-check.yml:       add concurrency group (was missing entirely)
- review-refire-comments.yml: add concurrency group (issue_comment-only)
- sop-checklist.yml:         fix fallback to github.event.issue.number
                              for issue_comment on Issues (not PRs)

Fixes: mc#1134
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-15 05:51:29 +00:00