Skip to content

Commit

Permalink
MNT Run module-standardiser
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed May 17, 2024
1 parent b1365cc commit 8ecac10
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 4:20 PM UTC, only on Sunday and Monday
# At 7:35 PM UTC, only on Tuesday and Wednesday
schedule:
- cron: '20 16 * * 0,1'
- cron: '35 19 * * 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 4:20 PM UTC, on day 1 of the month
# At 4:20 PM UTC, on day 17 of the month
schedule:
- cron: '20 16 1 * *'
- cron: '20 16 17 * *'
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 4:20 PM UTC, only on Thursday
# At 7:35 PM UTC, only on Saturday
schedule:
- cron: '20 16 * * 4'
- cron: '35 19 * * 6'
workflow_dispatch:

permissions: {}
Expand Down

0 comments on commit 8ecac10

Please sign in to comment.