Skip to content

Commit 6179c7c

Browse files
committed
MNT Run module-standardiser
1 parent a117553 commit 6179c7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dispatch-ci.yml

+2-2
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 Sunday and Monday
4+
# At 10:50 PM UTC, only on Wednesday and Thursday
55
schedule:
6-
- cron: '40 20 * * 0,1'
6+
- cron: '50 22 * * 3,4'
77

88
permissions: {}
99

.github/workflows/keepalive.yml

+2-2
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 1 of the month
4+
# At 10:50 PM UTC, on day 11 of the month
55
schedule:
6-
- cron: '40 20 1 * *'
6+
- cron: '50 22 11 * *'
77
workflow_dispatch:
88

99
permissions: {}

0 commit comments

Comments
 (0)