Skip to content

Commit

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

MNT Run module-standardiser
  • Loading branch information
GuySartorelli committed May 21, 2024
2 parents ae734b8 + f8f7192 commit 433b3ae
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 Monday and Tuesday
# At 3:15 PM UTC, only on Monday and Tuesday
schedule:
- cron: '40 20 * * 1,2'
- cron: '15 15 * * 1,2'

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 9 of the month
# At 12:00 PM UTC, on day 9 of the month
schedule:
- cron: '40 20 9 * *'
- cron: '0 12 9 * *'
workflow_dispatch:

permissions: {}
Expand Down

0 comments on commit 433b3ae

Please sign in to comment.