File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Sync CI (batch 1)
22
33on :
4+ workflow_dispatch :
45 schedule :
56 # Run this job every Monday at 12am
67 - cron : " 0 0 * * 1"
Original file line number Diff line number Diff line change 11name : Sync CI (batch 2)
22
33on :
4+ workflow_dispatch :
45 schedule :
56 # Run this job every Monday at 1am
67 - cron : " 0 1 * * 1"
Original file line number Diff line number Diff line change 11name : Sync CI (batch 3)
22
33on :
4+ workflow_dispatch :
45 schedule :
56 # Run this job every Monday at 2am
67 - cron : " 0 2 * * 1"
Original file line number Diff line number Diff line change 11name : Sync CI (batch 4)
22
33on :
4+ workflow_dispatch :
45 schedule :
56 # Run this job every Monday at 3am
67 - cron : " 0 3 * * 1"
Original file line number Diff line number Diff line change 11name : Sync CI (batch 5)
22
33on :
4+ workflow_dispatch :
45 schedule :
56 # Run this job every Monday at 4am
67 - cron : " 0 4 * * 1"
Original file line number Diff line number Diff line change 11name : Sync CI (batch 6)
22
33on :
4+ workflow_dispatch :
45 schedule :
56 # Run this job every Monday at 5am
67 - cron : " 0 5 * * 1"
You can’t perform that action at this time.
0 commit comments