File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
branches : [next]
9
9
10
10
concurrency :
11
- group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
11
+ group : ${{ github.workflow }}-${{ github.head_ref }}
12
12
cancel-in-progress : true
13
13
14
14
jobs :
Original file line number Diff line number Diff line change 19
19
default : false
20
20
21
21
concurrency :
22
- group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
22
+ group : ${{ github.workflow }}-${{ github.head_ref }}
23
23
cancel-in-progress : true
24
24
25
25
jobs :
Original file line number Diff line number Diff line change 5
5
pull_request :
6
6
7
7
concurrency :
8
- group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
8
+ group : ${{ github.workflow }}-${{ github.head_ref }}
9
9
cancel-in-progress : true
10
10
11
11
jobs :
Original file line number Diff line number Diff line change 8
8
branches : [next]
9
9
10
10
concurrency :
11
- group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
11
+ group : ${{ github.workflow }}-${{ github.head_ref }}
12
12
cancel-in-progress : true
13
13
14
14
jobs :
You can’t perform that action at this time.
0 commit comments