From 2faa8feedc2db3dc4baf310e30f52d878241abf4 Mon Sep 17 00:00:00 2001 From: "M.V. Hutz" Date: Tue, 17 Mar 2026 20:09:53 -0400 Subject: [PATCH] revert: remove concurrency from gha The `cancel-in-progress` option for concurrency is not really supported by Gitea, so the whole point of the block no longer makes any sense. --- .gitea/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ed6c945..7b6c804 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,9 +1,5 @@ name: CI TEST3 -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - on: push: branches: [main]