From d0fee1b969703b17b6a10a01ac31da3735726266 Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Thu, 20 Nov 2025 16:32:27 +0100 Subject: [PATCH] fix(pipeline): Add cancel in progress --- .gitea/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index 1281b41..a6d03c4 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -18,7 +18,7 @@ on: - '.gitea/workflows/pipeline.yaml' concurrency: - group: ci-${{ github.ref }} + group: ci-${{ gitea.ref }} cancel-in-progress: true jobs: