chore: prevent concurrent pipeline runs [skip ci]

This commit is contained in:
2026-02-24 19:58:05 +01:00
parent d57700d322
commit 388b90ddb0

View File

@@ -17,7 +17,7 @@ env:
PUPPETEER_SKIP_DOWNLOAD: "true" PUPPETEER_SKIP_DOWNLOAD: "true"
concurrency: 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 cancel-in-progress: true
jobs: jobs: