fix: Deadlock for manual Mac CI runs parallelism

This commit is contained in:
Karolin Varner
2025-04-13 13:44:25 +02:00
parent 3fc3083a54
commit 508d46f2bc

View File

@@ -5,7 +5,7 @@ permissions:
checks: write
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: manual-mac-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
qc: