Prevents presubmit runs on different branches from canceling each other.
This commit is contained in:
committed by
Corentin Le Molgat
parent
0fe7cb5dbd
commit
a05ea60fd5
2
.github/workflows/presubmit.yml
vendored
2
.github/workflows/presubmit.yml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
- main
|
||||
|
||||
concurrency:
|
||||
group: ortools-presubmit
|
||||
group: ${{ github.workflow }}-${{ github.ref_name }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user