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 11
11
workflow_dispatch :
12
12
13
13
concurrency :
14
- group : ${{ github.workflow.name }}-${{ github.ref }}
14
+ group : ${{ github.workflow }}-${{ github.ref }}
15
15
cancel-in-progress : true
16
16
17
17
jobs :
Original file line number Diff line number Diff line change 11
11
workflow_dispatch :
12
12
13
13
concurrency :
14
- group : ${{ github.workflow.name }}-${{ github.ref }}
14
+ group : ${{ github.workflow }}-${{ github.ref }}
15
15
cancel-in-progress : true
16
16
17
17
jobs :
Original file line number Diff line number Diff line change 11
11
workflow_dispatch :
12
12
13
13
concurrency :
14
- group : ${{ github.workflow.name }}-${{ github.ref }}
14
+ group : ${{ github.workflow }}-${{ github.ref }}
15
15
cancel-in-progress : true
16
16
17
17
jobs :
Original file line number Diff line number Diff line change 11
11
workflow_dispatch :
12
12
13
13
concurrency :
14
- group : ${{ github.workflow.name }}-${{ github.ref }}
14
+ group : ${{ github.workflow }}-${{ github.ref }}
15
15
cancel-in-progress : true
16
16
17
17
jobs :
You can’t perform that action at this time.
0 commit comments