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 2222 - ' charts/**'
2323
2424concurrency :
25- group : ' ${{ github.workflow }}-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
25+ group : ' helm-test- ${{ github.workflow }}-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
2626 cancel-in-progress : true
2727
2828jobs :
Original file line number Diff line number Diff line change 1616 workflow_dispatch :
1717
1818concurrency :
19- group : ' ${{ github.workflow }}-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
19+ group : ' publish- ${{ github.workflow }}-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
2020 cancel-in-progress : true
2121
2222jobs :
Original file line number Diff line number Diff line change 2727 workflow_call :
2828
2929concurrency :
30- group : ' ${{ github.workflow }}-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
30+ group : ' tests- ${{ github.workflow }}-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
3131 cancel-in-progress : true
3232
3333jobs :
You can’t perform that action at this time.
0 commit comments