Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNT Run module-standardiser #392

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 3:15 PM UTC, only on Thursday and Friday
# At 8:40 PM UTC, only on Sunday and Monday
schedule:
- cron: '15 15 * * 4,5'
- cron: '40 20 * * 0,1'

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 3:15 PM UTC, on day 12 of the month
# At 5:25 PM UTC, on day 22 of the month
schedule:
- cron: '15 15 12 * *'
- cron: '25 17 22 * *'
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 PM UTC, only on Monday
# At 8:40 PM UTC, only on Thursday
schedule:
- cron: '15 15 * * 1'
- cron: '40 20 * * 4'
workflow_dispatch:

permissions: {}
Expand Down
Loading