Skip to content

Commit 0c04b8d

Browse files
committed
MNT Run module-standardiser
1 parent 1b3929a commit 0c04b8d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/dispatch-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Dispatch CI
22

33
on:
4-
# At 8:40 PM UTC, only on Saturday and Sunday
4+
# At 2:10 AM UTC, only on Friday and Saturday
55
schedule:
6-
- cron: '40 20 * * 6,0'
6+
- cron: '10 2 * * 5,6'
77

88
permissions: {}
99

.github/workflows/keepalive.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Keepalive
22

33
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
55
schedule:
6-
- cron: '40 20 21 * *'
6+
- cron: '10 2 27 * *'
77
workflow_dispatch:
88

99
permissions: {}

.github/workflows/merge-up.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Merge-up
22

33
on:
4-
# At 8:40 PM UTC, only on Wednesday
4+
# At 2:10 AM UTC, only on Tuesday
55
schedule:
6-
- cron: '40 20 * * 3'
6+
- cron: '10 2 * * 2'
77
workflow_dispatch:
88

99
permissions: {}

0 commit comments

Comments
 (0)