Skip to content

Commit

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

MNT Run module-standardiser
  • Loading branch information
GuySartorelli authored May 21, 2024
2 parents ccc3540 + 012c327 commit bdb323b
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 11:55 AM UTC, only on Sunday and Monday
# At 9:45 PM UTC, only on Thursday and Friday
schedule:
- cron: '55 11 * * 0,1'
- cron: '45 21 * * 4,5'

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 11:55 AM UTC, on day 8 of the month
# At 6:30 PM UTC, on day 19 of the month
schedule:
- cron: '55 11 8 * *'
- cron: '30 18 19 * *'
workflow_dispatch:

permissions: {}
Expand Down

0 comments on commit bdb323b

Please sign in to comment.