File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 branches :
88 - develop
99 schedule :
10- - cron : ' 00 12 * * 1 ' # Monday 12 PM UTC
10+ - cron : ' 00 12 1 * * ' # First day of each month 12 PM UTC
1111concurrency :
1212 group : ci-${{ github.head_ref || github.run_id }}
1313 cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ name: Submodule Updates
77on :
88 workflow_dispatch :
99 schedule :
10- - cron : ' 00 12 * * 1 ' # Monday 12 PM UTC
11-
10+ - cron : ' 00 12 1 * * ' # First day of each month 12 PM UTC
11+
1212# ##############
1313# Set the Job #
1414# ##############
Original file line number Diff line number Diff line change 77 pull_request :
88 branches :
99 - develop
10+ schedule :
11+ - cron : ' 00 12 1 * *' # First day of each month 12 PM UTC
1012concurrency :
1113 group : wheels-${{ github.head_ref || github.run_id }}
1214 cancel-in-progress : true
You can’t perform that action at this time.
0 commit comments