Skip to content

Commit

Permalink
Merge pull request #104 from creative-commoners/pulls/3/module-standa…
Browse files Browse the repository at this point in the history
…rdiser-1715911106

MNT Run module-standardiser
  • Loading branch information
GuySartorelli authored May 21, 2024
2 parents 6cc130e + fd6d208 commit 82c1ad7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 AM UTC, only on Tuesday and Wednesday
# At 11:55 AM UTC, only on Friday and Saturday
schedule:
- cron: '15 3 * * 2,3'
- cron: '55 11 * * 5,6'

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 AM UTC, on day 24 of the month
# At 8:40 AM UTC, on day 13 of the month
schedule:
- cron: '15 3 24 * *'
- cron: '40 8 13 * *'
workflow_dispatch:

permissions: {}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge-up.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Merge-up

on:
# At 3:15 AM UTC, only on Saturday
# At 11:55 AM UTC, only on Tuesday
schedule:
- cron: '15 3 * * 6'
- cron: '55 11 * * 2'
workflow_dispatch:

permissions: {}
Expand Down

0 comments on commit 82c1ad7

Please sign in to comment.