mirror of
https://github.com/nlohmann/json.git
synced 2026-04-20 14:59:29 +00:00
Use concurrency (#3610)
Use concurrency in GitHub workflows to cancel in-progress or pending runs for the same ref.
This commit is contained in:
committed by
GitHub
parent
5520761433
commit
298e4a9449
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@@ -9,6 +9,10 @@ on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
xcode_1:
|
||||
runs-on: macos-10.15
|
||||
|
||||
Reference in New Issue
Block a user