mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-12 15:49:22 -08:00
fix: Deadlock for manual Mac CI runs parallelism
This commit is contained in:
2
.github/workflows/manual-mac-pr.yaml
vendored
2
.github/workflows/manual-mac-pr.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user