Skip to content

Commit

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

MNT Run module-standardiser
  • Loading branch information
GuySartorelli committed May 21, 2024
2 parents 1407d14 + d2d47d5 commit 1fc1f50
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 3:15 AM UTC, on day 16 of the month
# At 10:50 AM UTC, on day 7 of the month
schedule:
- cron: '15 3 16 * *'
- cron: '50 10 7 * *'
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 3:15 AM UTC, only on Monday
# At 1:05 AM UTC, only on Monday
schedule:
- cron: '15 3 * * 1'
- cron: '5 1 * * 1'
workflow_dispatch:

permissions: {}
Expand Down

0 comments on commit 1fc1f50

Please sign in to comment.