Skip to content

Commit

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

MNT Run module-standardiser
  • Loading branch information
GuySartorelli authored May 21, 2024
2 parents a117553 + da68853 commit 157011b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 8:40 PM UTC, only on Sunday and Monday
# At 10:50 PM UTC, only on Tuesday and Wednesday
schedule:
- cron: '40 20 * * 0,1'
- cron: '50 22 * * 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 8:40 PM UTC, on day 1 of the month
# At 7:35 PM UTC, on day 24 of the month
schedule:
- cron: '40 20 1 * *'
- cron: '35 19 24 * *'
workflow_dispatch:

permissions: {}
Expand Down

0 comments on commit 157011b

Please sign in to comment.