Skip to content

Commit 8a4423e

Browse files
committed
Prevents presubmit runs on different branches from canceling each other.
1 parent 8deba9a commit 8a4423e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88

99
concurrency:
10-
group: ortools-presubmit
10+
group: ${{ github.workflow }}-${{ github.ref_name }}
1111
cancel-in-progress: true
1212

1313
env:

0 commit comments

Comments
 (0)