Skip to content

Commit

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

MNT Run module-standardiser
  • Loading branch information
GuySartorelli authored May 21, 2024
2 parents 8759e8a + cfc2e93 commit eb1b29f
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 1:05 PM UTC, only on Sunday and Monday
# At 6:30 AM UTC, only on Saturday and Sunday
schedule:
- cron: '5 13 * * 0,1'
- cron: '30 6 * * 6,0'

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 1:05 PM UTC, on day 22 of the month
# At 3:15 AM UTC, on day 28 of the month
schedule:
- cron: '5 13 22 * *'
- cron: '15 3 28 * *'
workflow_dispatch:

permissions: {}
Expand Down

0 comments on commit eb1b29f

Please sign in to comment.