Skip to content

Commit

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

MNT Run module-standardiser
  • Loading branch information
GuySartorelli authored May 21, 2024
2 parents 67099d2 + 8cafa07 commit 804178b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 5:25 AM UTC, on day 6 of the month
# At 5:25 PM UTC, on day 2 of the month
schedule:
- cron: '25 5 6 * *'
- cron: '25 17 2 * *'
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 5:25 AM UTC, only on Friday
# At 8:40 AM UTC, only on Wednesday
schedule:
- cron: '25 5 * * 5'
- cron: '40 8 * * 3'
workflow_dispatch:

permissions: {}
Expand Down

0 comments on commit 804178b

Please sign in to comment.