mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-12 07:40:30 -08:00
feat: Manual Mac CI runs parallelism
This commit is contained in:
3
.github/workflows/manual-mac-pr.yaml
vendored
3
.github/workflows/manual-mac-pr.yaml
vendored
@@ -4,6 +4,9 @@ on:
|
||||
permissions:
|
||||
checks: write
|
||||
contents: write
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
qc:
|
||||
uses: ./.github/workflows/qc-mac.yaml
|
||||
|
||||
Reference in New Issue
Block a user