Set concurrency to prevent blocking CI queue (#1753)
This commit is contained in:
parent
f8f5283dff
commit
bc4d740b0c
|
@ -6,6 +6,10 @@ on:
|
|||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
env:
|
||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||
BUILD_TYPE: Release
|
||||
|
|
Loading…
Reference in New Issue