Skip to content

Commit

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

MNT Run module-standardiser
  • Loading branch information
GuySartorelli authored May 21, 2024
2 parents a7123ea + 86411df commit 60ca4d1
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 12:00 PM UTC, only on Friday and Saturday
# At 8:40 PM UTC, only on Thursday and Friday
schedule:
- cron: '0 12 * * 5,6'
- cron: '40 20 * * 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 12:00 PM UTC, on day 13 of the month
# At 5:25 PM UTC, on day 26 of the month
schedule:
- cron: '0 12 13 * *'
- cron: '25 17 26 * *'
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 12:00 PM UTC, only on Tuesday
# At 8:40 PM UTC, only on Monday
schedule:
- cron: '0 12 * * 2'
- cron: '40 20 * * 1'
workflow_dispatch:

permissions: {}
Expand Down

0 comments on commit 60ca4d1

Please sign in to comment.