From 3a74fd0230a11ff42b8f42915260643dde49a49b Mon Sep 17 00:00:00 2001 From: Mollusk Date: Mon, 29 Jun 2026 16:02:15 -0400 Subject: [PATCH] ci: drop concurrency block (Gitea 1.26 dropped runs with it set) 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 --- .gitea/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ed27aa3..02e17f7 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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