Skip to content

Commit

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

MNT Run module-standardiser
  • Loading branch information
GuySartorelli authored May 21, 2024
2 parents 73c44d1 + bad267f commit 6920f3e
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 3:15 PM UTC, only on Wednesday and Thursday
# At 10:50 AM UTC, only on Wednesday and Thursday
schedule:
- cron: '15 15 * * 3,4'
- cron: '50 10 * * 3,4'

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 3:15 PM UTC, on day 4 of the month
# At 7:35 AM UTC, on day 4 of the month
schedule:
- cron: '15 15 4 * *'
- cron: '35 7 4 * *'
workflow_dispatch:

permissions: {}
Expand Down

0 comments on commit 6920f3e

Please sign in to comment.