Cancel ongoing CI runs for the current branch if needed
This commit is contained in:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -87,3 +87,7 @@ jobs:
|
||||
|
||||
- run: (cd build && ctest -C Debug )
|
||||
if: startsWith(matrix.os, 'windows')
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
Reference in New Issue
Block a user