Skip to content

Commit

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

MNT Run module-standardiser
  • Loading branch information
GuySartorelli authored May 21, 2024
2 parents 32b7d78 + 26607c8 commit bae579c
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 6:30 PM UTC, only on Thursday and Friday
# At 1:05 AM UTC, only on Wednesday and Thursday
schedule:
- cron: '30 18 * * 4,5'
- cron: '5 1 * * 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 6:30 PM UTC, on day 19 of the month
# At 10:50 PM UTC, on day 11 of the month
schedule:
- cron: '30 18 19 * *'
- cron: '50 22 11 * *'
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 6:30 PM UTC, only on Monday
# At 1:05 AM UTC, only on Sunday
schedule:
- cron: '30 18 * * 1'
- cron: '5 1 * * 0'
workflow_dispatch:

permissions: {}
Expand Down

0 comments on commit bae579c

Please sign in to comment.