fix(pipeline): Add cancel in progress

This commit is contained in:
2025-11-20 16:32:27 +01:00
parent 0c61288380
commit d0fee1b969

View File

@@ -18,7 +18,7 @@ on:
- '.gitea/workflows/pipeline.yaml'
concurrency:
group: ci-${{ github.ref }}
group: ci-${{ gitea.ref }}
cancel-in-progress: true
jobs: