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 2:10 AM UTC, only on Friday and Saturday
5
5
schedule :
6
- - cron : ' 40 20 * * 6,0 '
6
+ - cron : ' 10 2 * * 5,6 '
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 2:10 AM UTC, on day 27 of the month
5
5
schedule :
6
- - cron : ' 40 20 21 * *'
6
+ - cron : ' 10 2 27 * *'
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 2:10 AM UTC, only on Tuesday
5
5
schedule :
6
- - cron : ' 40 20 * * 3 '
6
+ - cron : ' 10 2 * * 2 '
7
7
workflow_dispatch :
8
8
9
9
permissions : {}
You can’t perform that action at this time.
0 commit comments