ci: drop concurrency block (Gitea 1.26 dropped runs with it set)
CI / check (push) Failing after 12m11s
cargo-deny / cargo-deny (push) Has been cancelled
windows-build / windows-build (push) Has been cancelled

A push that only changed Cargo.lock failed to create any Actions run while the
concurrency group was present; removing it restores reliable push triggering.
Single-dev CI doesn't need run-cancellation.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-29 16:02:15 -04:00
co-authored by Claude Opus 4.8
parent 2dbb1ea316
commit 3a74fd0230
-5
View File
@@ -8,11 +8,6 @@ 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