chore(ci): explicit concurrency groups now the shared runner holds 2 slots
ci / ci (pull_request) Successful in 4m8s

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>
This commit is contained in:
2026-08-05 19:33:23 +02:00
co-authored by Claude Fable 5
parent 87feaf96b7
commit a88c40ee50
3 changed files with 18 additions and 0 deletions
+6
View File
@@ -11,6 +11,12 @@ permissions:
code: read
releases: write
# The shared runner runs 2 jobs at once now (sow-platform#189); capacity 1 was
# the implicit mutex. Serialize this workflow explicitly; never cancel mid-run.
concurrency:
group: build-binaries
cancel-in-progress: false
jobs:
build-binaries:
runs-on: nix-docker