chore(ci): explicit concurrency groups now the shared runner holds 2 slots #102

Merged
archvillainette merged 1 commits from chore/workflow-concurrency into main 2026-08-05 18:31:24 +00:00
Owner

Companion to sow-platform#189 (runner capacity 1 -> 2). Capacity 1 was the implicit mutex serializing every workflow; this makes the exclusions explicit: side-effectful workflows serialized (never cancelled mid-run), PR-triggered checks per-ref with cancel-in-progress.

Companion to sow-platform#189 (runner capacity 1 -> 2). Capacity 1 was the implicit mutex serializing every workflow; this makes the exclusions explicit: side-effectful workflows serialized (never cancelled mid-run), PR-triggered checks per-ref with cancel-in-progress.
archvillainette added 1 commit 2026-08-05 17:33:25 +00:00
Capacity 1 on the ovh-main runner was the implicit mutex serializing every
workflow; sow-platform#189 raises it to 2. Side-effectful workflows get a
serialized group; PR-triggered checks get a per-ref group with cancel so a
superseded head frees its slot.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
archvillainette scheduled this pull request to auto merge when all checks succeed 2026-08-05 17:34:45 +00:00
xtul approved these changes 2026-08-05 18:31:21 +00:00
archvillainette merged commit 166ffb545e into main 2026-08-05 18:31:24 +00:00
archvillainette deleted branch chore/workflow-concurrency 2026-08-05 18:31:24 +00:00
Sign in to join this conversation.