File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
- main
10
10
pull_request :
11
11
concurrency :
12
- group : ${{ github.workflow }}-${{ github.head_ref }}
12
+ group : ${{ github.workflow }}-${{ github.head_ref || github.sha }}
13
13
cancel-in-progress : true
14
14
env :
15
15
arch_amd64 : amd64
Original file line number Diff line number Diff line change 7
7
- " release/*"
8
8
pull_request :
9
9
concurrency :
10
- group : ${{ github.workflow }}-${{ github.head_ref }}
10
+ group : ${{ github.workflow }}-${{ github.head_ref || github.sha }}
11
11
cancel-in-progress : true
12
12
jobs :
13
13
integration :
Original file line number Diff line number Diff line change 8
8
- main
9
9
pull_request :
10
10
concurrency :
11
- group : ${{ github.workflow }}-${{ github.head_ref }}
11
+ group : ${{ github.workflow }}-${{ github.head_ref || github.sha }}
12
12
cancel-in-progress : true
13
13
jobs :
14
14
generate :
You can’t perform that action at this time.
0 commit comments