fix(ci): add concurrency to workflows

This commit is contained in:
2025-03-10 11:47:22 +02:00
parent 361657cdec
commit 087b33cc97
7 changed files with 28 additions and 0 deletions

View File

@@ -8,6 +8,10 @@ on:
- cron: "0 4 * * 1,4"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: read-all
jobs: