Skip to content

Commit 9967477

Browse files
Merge pull request #120 from creative-commoners/pulls/3/module-standardiser-1715910760
MNT Run module-standardiser
2 parents d6e408c + 61cfaf8 commit 9967477

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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 4:20 PM UTC, only on Friday and Saturday
4+
# At 3:15 PM UTC, only on Monday and Tuesday
55
schedule:
6-
- cron: '20 16 * * 5,6'
6+
- cron: '15 15 * * 1,2'
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 4:20 PM UTC, on day 13 of the month
4+
# At 12:00 PM UTC, on day 9 of the month
55
schedule:
6-
- cron: '20 16 13 * *'
6+
- cron: '0 12 9 * *'
77
workflow_dispatch:
88

99
permissions: {}

.github/workflows/merge-up.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Merge-up
22

33
on:
4-
# At 4:20 PM UTC, only on Tuesday
4+
# At 3:15 PM UTC, only on Friday
55
schedule:
6-
- cron: '20 16 * * 2'
6+
- cron: '15 15 * * 5'
77
workflow_dispatch:
88

99
permissions: {}

.github/workflows/update-js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
# Run on a schedule of once per quarter
66
schedule:
7-
- cron: '20 16 1 */3 *'
7+
- cron: '35 19 1 */3 *'
88

99
permissions: {}
1010

0 commit comments

Comments
 (0)