Skip to content

Commit

Permalink
Merge pull request #80 from creative-commoners/pulls/3/module-standar…
Browse files Browse the repository at this point in the history
…diser-1715910898

MNT Run module-standardiser
  • Loading branch information
GuySartorelli authored May 21, 2024
2 parents 1b3929a + 60fc82a commit edaa6ae
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 8:40 PM UTC, only on Saturday and Sunday
# At 10:50 AM UTC, only on Saturday and Sunday
schedule:
- cron: '40 20 * * 6,0'
- cron: '50 10 * * 6,0'

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 8:40 PM UTC, on day 21 of the month
# At 7:35 AM UTC, on day 28 of the month
schedule:
- cron: '40 20 21 * *'
- cron: '35 7 28 * *'
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 8:40 PM UTC, only on Wednesday
# At 10:50 AM UTC, only on Wednesday
schedule:
- cron: '40 20 * * 3'
- cron: '50 10 * * 3'
workflow_dispatch:

permissions: {}
Expand Down

0 comments on commit edaa6ae

Please sign in to comment.