From 0c61288380eece922767b9bea8200538bea42ebf Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Thu, 20 Nov 2025 16:32:04 +0100 Subject: [PATCH] fix(pipeline): Add cancel in progress --- .gitea/workflows/pipeline.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index 43796b5..1281b41 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -17,6 +17,10 @@ on: - 'api/**' - '.gitea/workflows/pipeline.yaml' +concurrency: + group: ci-${{ github.ref }} + cancel-in-progress: true + jobs: frontend: runs-on: ubuntu-latest