fix(pipeline): Add cancel in progress

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

View File

@@ -17,6 +17,10 @@ on:
- 'api/**' - 'api/**'
- '.gitea/workflows/pipeline.yaml' - '.gitea/workflows/pipeline.yaml'
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
frontend: frontend:
runs-on: ubuntu-latest runs-on: ubuntu-latest