File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010concurrency :
1111 # Skip intermediate builds: always.
1212 # Cancel intermediate builds: only if it is a pull request build.
13- group : ${{ github.ref }}
13+ group : ${{ github.workflow }}-${{ github. ref }}
1414 cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
1515jobs :
1616 test :
Original file line number Diff line number Diff line change 88concurrency :
99 # Skip intermediate builds: always.
1010 # Cancel intermediate builds: only if it is a pull request build.
11- group : ${{ github.ref }}
11+ group : ${{ github.workflow }}-${{ github. ref }}
1212 cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
1313
1414jobs :
Original file line number Diff line number Diff line change 1010concurrency :
1111 # Skip intermediate builds: always.
1212 # Cancel intermediate builds: only if it is a pull request build.
13- group : ${{ github.ref }}
13+ group : ${{ github.workflow }}-${{ github. ref }}
1414 cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
1515jobs :
1616 test :
You can’t perform that action at this time.
0 commit comments