File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 - ' release/*'
1212 workflow_call :
1313
14- # Cancel any in-progress runs on new pushes to the same branch/PR
15- concurrency :
16- group : ${{ github.workflow }}-${{ github.ref }}
17- cancel-in-progress : true
18-
1914permissions :
2015 contents : read
2116
Original file line number Diff line number Diff line change 1818env :
1919 WORKFLOW_DISPATCH_TAG : ${{ github.event.inputs.tag }}
2020
21- # Cancel any in-progress runs on new pushes to the same branch/PR
22- concurrency :
23- group : ${{ github.workflow }}-${{ github.ref }}
24- cancel-in-progress : true
25-
2621permissions :
2722 contents : read
2823
Original file line number Diff line number Diff line change 1010 - main
1111 - ' release/*'
1212
13- # Cancel any in-progress runs on new pushes to the same branch/PR
14- concurrency :
15- group : ${{ github.workflow }}-${{ github.ref }}
16- cancel-in-progress : true
17-
1813permissions :
1914 contents : read
2015
Original file line number Diff line number Diff line change 55 tags :
66 - v*
77
8- concurrency :
9- group : release-${{ github.ref }}
10- cancel-in-progress : false
11-
128permissions :
139 contents : write
1410
Original file line number Diff line number Diff line change 1313 # Every night at 03:00 UTC
1414 - cron : ' 0 3 * * *'
1515
16- # Cancel any in-progress runs on new pushes to the same branch/PR
17- concurrency :
18- group : ${{ github.workflow }}-${{ github.ref }}
19- cancel-in-progress : true
20-
2116permissions :
2217 contents : read
2318 id-token : write
You can’t perform that action at this time.
0 commit comments