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 10
10
concurrency :
11
11
# Skip intermediate builds: always.
12
12
# Cancel intermediate builds: only if it is a pull request build.
13
- group : ${{ github.ref }}
13
+ group : ${{ github.workflow }}-${{ github. ref }}
14
14
cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
15
15
jobs :
16
16
test :
Original file line number Diff line number Diff line change 8
8
concurrency :
9
9
# Skip intermediate builds: always.
10
10
# Cancel intermediate builds: only if it is a pull request build.
11
- group : ${{ github.ref }}
11
+ group : ${{ github.workflow }}-${{ github. ref }}
12
12
cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
13
13
14
14
jobs :
Original file line number Diff line number Diff line change 10
10
concurrency :
11
11
# Skip intermediate builds: always.
12
12
# Cancel intermediate builds: only if it is a pull request build.
13
- group : ${{ github.ref }}
13
+ group : ${{ github.workflow }}-${{ github. ref }}
14
14
cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
15
15
jobs :
16
16
test :
You can’t perform that action at this time.
0 commit comments