gstack/.github/workflows
Jayesh Betala 3ab413d9dc ci: cancel superseded actionlint and skill-docs runs
actionlint.yml and skill-docs.yml trigger on both push and pull_request
but declared no concurrency, so a same-repo PR branch update left stale
duplicate Workflow Lint / Skill Docs Freshness runs queued for superseded
commits. The heavier workflows (evals, windows-free-tests, make-pdf-gate,
version-gate, pr-title-sync) already cancel superseded runs.

Add a concurrency group with cancel-in-progress: true to both, keyed on
github.head_ref || github.ref_name (head_ref for pull_request, ref_name
as the push fallback). Add test/workflow-concurrency.test.ts, a static
gate-tier tripwire that fails if any push+pull_request workflow ships
without cancel-in-progress.

Fixes #2046

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-19 11:24:09 +05:30
..
actionlint.yml ci: cancel superseded actionlint and skill-docs runs 2026-06-19 11:24:09 +05:30
ci-image.yml v1.38.0.0 fix wave: Windows install hardening + Unicode sanitization at server egress (4 community PRs) (#1505) 2026-05-14 21:19:58 -07:00
evals-periodic.yml v1.38.0.0 fix wave: Windows install hardening + Unicode sanitization at server egress (4 community PRs) (#1505) 2026-05-14 21:19:58 -07:00
evals.yml v1.56.1.0 fix(sync): staging-dir ownership guard + resume-correctness fixes (#1802) (#1856) 2026-06-07 06:51:10 -07:00
make-pdf-gate.yml v1.58.0.0 feat: diagram + multi-format document engine (mermaid, excalidraw, single-file HTML, DOCX) (#1990) 2026-06-12 15:38:53 -07:00
pr-title-sync.yml v1.57.3.0 fix(ship): always-loaded PR-title-version rule + fork-PR title-sync backstop (#1909) 2026-06-07 22:04:18 -07:00
skill-docs.yml ci: cancel superseded actionlint and skill-docs runs 2026-06-19 11:24:09 +05:30
version-gate.yml v1.38.0.0 fix wave: Windows install hardening + Unicode sanitization at server egress (4 community PRs) (#1505) 2026-05-14 21:19:58 -07:00
windows-free-tests.yml v1.44.1.0 fix wave: post-windhoek paper-cut — 9 community PRs in one bundle (#1682) 2026-05-25 10:57:15 -07:00
windows-setup-e2e.yml v1.42.0.0 Daegu wave: 23 community-filed bugs + PTY classifier enforcement (24 bisect commits) (#1594) 2026-05-20 07:35:01 -07:00