From 388b90ddb0d1dbf0912dc499e9aa7c9255227eaa Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Tue, 24 Feb 2026 19:58:05 +0100 Subject: [PATCH] chore: prevent concurrent pipeline runs [skip ci] --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index d8427d59..81a6f658 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -17,7 +17,7 @@ env: PUPPETEER_SKIP_DOWNLOAD: "true" concurrency: - group: ${{ github.workflow }}-${{ (github.ref_type == 'tag' && !contains(github.ref_name, '-')) && 'prod' || (github.ref_name == 'main' && 'testing' || github.ref_name) }} + group: deploy-pipeline cancel-in-progress: true jobs: