File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - cron : " 0 11 * * *"
99
1010concurrency :
11- group : ${{ github.workflow }}-${{ github.ref }}
11+ group : ${{ github.workflow }}-${{ github.event.compare || github.head_ref || github. ref }}
1212 cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
1313
1414env :
Original file line number Diff line number Diff line change 1111 - cron : 0 11 * * *
1212
1313concurrency :
14- group : ${{ github.workflow }}-${{ github.ref }}
14+ group : ${{ github.workflow }}-${{ github.event.compare || github.head_ref || github. ref }}
1515 cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
1616
1717jobs :
Original file line number Diff line number Diff line change 88 - cron : 0 11 * * *
99
1010concurrency :
11- group : ${{ github.workflow }}-${{ github.ref }}
11+ group : ${{ github.workflow }}-${{ github.event.compare || github.head_ref || github. ref }}
1212 cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
1313
1414jobs :
Original file line number Diff line number Diff line change 88 - cron : " 0 11 * * *"
99
1010concurrency :
11- group : ${{ github.workflow }}-${{ github.ref }}
11+ group : ${{ github.workflow }}-${{ github.event.compare || github.head_ref || github. ref }}
1212 cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
1313
1414env :
Original file line number Diff line number Diff line change 66 merge_group :
77
88concurrency :
9- group : ${{ github.workflow }}-${{ github.ref }}
9+ group : ${{ github.workflow }}-${{ github.event.compare || github.head_ref || github. ref }}
1010 cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
1111
1212jobs :
Original file line number Diff line number Diff line change 88 - cron : " 0 11 * * *"
99
1010concurrency :
11- group : ${{ github.workflow }}-${{ github.ref }}
11+ group : ${{ github.workflow }}-${{ github.event.compare || github.head_ref || github. ref }}
1212 cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
1313
1414jobs :
You can’t perform that action at this time.
0 commit comments