Skip to content

Commit

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

MNT Run module-standardiser
  • Loading branch information
GuySartorelli authored May 21, 2024
2 parents a82bfe3 + 067e7c9 commit ee65f21
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 1:05 AM UTC, only on Thursday and Friday
# At 9:45 PM UTC, only on Tuesday and Wednesday
schedule:
- cron: '5 1 * * 4,5'
- cron: '45 21 * * 2,3'

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 AM UTC, on day 26 of the month
# At 6:30 PM UTC, on day 3 of the month
schedule:
- cron: '5 1 26 * *'
- cron: '30 18 3 * *'
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 1:05 AM UTC, only on Monday
# At 9:45 PM UTC, only on Saturday
schedule:
- cron: '5 1 * * 1'
- cron: '45 21 * * 6'
workflow_dispatch:

permissions: {}
Expand Down

0 comments on commit ee65f21

Please sign in to comment.