Skip to content

Commit

Permalink
Merge pull request #97 from creative-commoners/pulls/3/module-standar…
Browse files Browse the repository at this point in the history
…diser-1715911330

MNT Run module-standardiser
  • Loading branch information
GuySartorelli authored May 21, 2024
2 parents b1365cc + 8ecac10 commit 03777f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dispatch-ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Dispatch CI

on:
# At 4:20 PM UTC, only on Sunday and Monday
# At 7:35 PM UTC, only on Tuesday and Wednesday
schedule:
- cron: '20 16 * * 0,1'
- cron: '35 19 * * 2,3'

permissions: {}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Keepalive

on:
# At 4:20 PM UTC, on day 1 of the month
# At 4:20 PM UTC, on day 17 of the month
schedule:
- cron: '20 16 1 * *'
- cron: '20 16 17 * *'
workflow_dispatch:

permissions: {}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge-up.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Merge-up

on:
# At 4:20 PM UTC, only on Thursday
# At 7:35 PM UTC, only on Saturday
schedule:
- cron: '20 16 * * 4'
- cron: '35 19 * * 6'
workflow_dispatch:

permissions: {}
Expand Down

0 comments on commit 03777f6

Please sign in to comment.