We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8deba9a commit 8a4423eCopy full SHA for 8a4423e
.github/workflows/presubmit.yml
@@ -7,7 +7,7 @@ on:
7
- main
8
9
concurrency:
10
- group: ortools-presubmit
+ group: ${{ github.workflow }}-${{ github.ref_name }}
11
cancel-in-progress: true
12
13
env:
0 commit comments