File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 - cron : ' 28 6 * * MON-FRI'
1616
1717concurrency :
18- # cancel previous runs of the same workflow, except for pushes on master branch
18+ # cancel previous runs of the same workflow, except for pushes on given branches
1919 group : ${{ github.workflow }}-${{ github.ref }}
20- cancel-in-progress : ${{ !startsWith(github.ref, '/ refs/heads') }}
20+ cancel-in-progress : ${{ !startsWith(github.ref, 'refs/heads') }}
2121
2222jobs :
2323 binary :
Original file line number Diff line number Diff line change 1515 - cron : ' 28 6 * * MON-FRI'
1616
1717concurrency :
18- # cancel previous runs of the same workflow, except for pushes on jazzy branch
18+ # cancel previous runs of the same workflow, except for pushes on given branches
1919 group : ${{ github.workflow }}-${{ github.ref }}
20- cancel-in-progress : ${{ !startsWith(github.ref, '/ refs/heads') }}
20+ cancel-in-progress : ${{ !startsWith(github.ref, 'refs/heads') }}
2121
2222jobs :
2323 binary :
Original file line number Diff line number Diff line change 1515 - cron : ' 28 6 * * MON-FRI'
1616
1717concurrency :
18- # cancel previous runs of the same workflow, except for pushes on master branch
18+ # cancel previous runs of the same workflow, except for pushes on given branches
1919 group : ${{ github.workflow }}-${{ github.ref }}
20- cancel-in-progress : ${{ !startsWith(github.ref, '/ refs/heads') }}
20+ cancel-in-progress : ${{ !startsWith(github.ref, 'refs/heads') }}
2121
2222jobs :
2323 binary :
You can’t perform that action at this time.
0 commit comments