File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 types : [MaaUtilsUpdated]
4343
4444concurrency :
45- group : ${{ github.workflow }}-${{ github.event.pull_request.head.repo.full_name || github.repository }}-${{ github.head_ref || github.ref_name }}${{ github.ref == 'refs/heads/dev ' && format('-{0}', github.sha) || '' }}
45+ group : ${{ github.workflow }}-${{ github.event.pull_request.head.repo.full_name || github.repository }}-${{ github.head_ref || github.ref_name }}${{ github.ref == 'refs/heads/main ' && format('-{0}', github.sha) || '' }}
4646 cancel-in-progress : true
4747
4848jobs :
Original file line number Diff line number Diff line change 2727 workflow_dispatch :
2828
2929concurrency :
30- group : ${{ github.workflow }}-${{ github.event.pull_request.head.repo.full_name || github.repository }}-${{ github.head_ref || github.ref_name }}${{ github.ref == 'refs/heads/dev ' && format('-{0}', github.sha) || '' }}
30+ group : ${{ github.workflow }}-${{ github.event.pull_request.head.repo.full_name || github.repository }}-${{ github.head_ref || github.ref_name }}${{ github.ref == 'refs/heads/main ' && format('-{0}', github.sha) || '' }}
3131 cancel-in-progress : true
3232
3333jobs :
You can’t perform that action at this time.
0 commit comments