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 1
1
name : Dispatch CI
2
2
3
3
on :
4
- # At 8:40 PM UTC, only on Saturday and Sunday
4
+ # At 10:50 AM UTC, only on Saturday and Sunday
5
5
schedule :
6
- - cron : ' 40 20 * * 6,0'
6
+ - cron : ' 50 10 * * 6,0'
7
7
8
8
permissions : {}
9
9
Original file line number Diff line number Diff line change 1
1
name : Keepalive
2
2
3
3
on :
4
- # At 8:40 PM UTC, on day 21 of the month
4
+ # At 7:35 AM UTC, on day 28 of the month
5
5
schedule :
6
- - cron : ' 40 20 21 * *'
6
+ - cron : ' 35 7 28 * *'
7
7
workflow_dispatch :
8
8
9
9
permissions : {}
Original file line number Diff line number Diff line change 1
1
name : Merge-up
2
2
3
3
on :
4
- # At 8:40 PM UTC, only on Wednesday
4
+ # At 10:50 AM UTC, only on Wednesday
5
5
schedule :
6
- - cron : ' 40 20 * * 3'
6
+ - cron : ' 50 10 * * 3'
7
7
workflow_dispatch :
8
8
9
9
permissions : {}
You can’t perform that action at this time.
0 commit comments