ci: cancel superseded in-progress runs (concurrency group)
CI / check (push) Failing after 7s
cargo-deny / cargo-deny (push) Has been cancelled
windows-build / windows-build (push) Has been cancelled

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-29 15:51:31 -04:00
co-authored by Claude Opus 4.8
parent 8424b44dec
commit 83e5881768
+5
View File
@@ -8,6 +8,11 @@ on:
pull_request:
workflow_dispatch:
# Cancel an in-progress run when a newer commit supersedes it on the same ref.
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: arch