File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ name: Update dependencies (round 2)
77
88on :
99 schedule :
10- # At 15:00 UTC every day.
10+ # At 00:15 UTC every day.
11+ # Set 15 min apart from round 1 to allow enough time for any changes to propagate.
1112 - cron : ' 15 00 * * *'
1213 repository_dispatch :
1314 types : update-dependencies
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ name: Update dependencies (round 3)
88on :
99 schedule :
1010 # At 00:30 UTC every day.
11- # Set 30 min apart from round 1 to allow enough time for any changes to propagate.
11+ # Set 30 min apart from round 2 to allow enough time for any changes to propagate.
1212 - cron : ' 30 00 * * *'
1313 repository_dispatch :
1414 types : update-dependencies
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ name: Update dependencies (round 4)
88
99on :
1010 schedule :
11- # At 02:00 UTC every day.
12- # Set 2 hours apart from round 2 to allow enough time for any changes to propagate.
13- - cron : ' 00 02 * * *'
11+ # At 02:30 UTC every day.
12+ # Set 2 hours apart from round 3 to allow enough time for any changes to propagate.
13+ - cron : ' 30 02 * * *'
1414 repository_dispatch :
1515 types : update-dependencies
1616 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments