Skip to content

Commit

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

MNT Run module-standardiser
  • Loading branch information
GuySartorelli authored May 21, 2024
2 parents 9008a5b + de6f94a commit 920bc90
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 10:50 PM UTC, only on Saturday and Sunday
# At 2:10 PM UTC, only on Wednesday and Thursday
schedule:
- cron: '50 22 * * 6,0'
- cron: '10 14 * * 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 10:50 PM UTC, on day 7 of the month
# At 11:55 AM UTC, on day 4 of the month
schedule:
- cron: '50 22 7 * *'
- cron: '55 11 4 * *'
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 10:50 PM UTC, only on Wednesday
# At 2:10 PM UTC, only on Sunday
schedule:
- cron: '50 22 * * 3'
- cron: '10 14 * * 0'
workflow_dispatch:

permissions: {}
Expand Down

0 comments on commit 920bc90

Please sign in to comment.