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 2f55f24 commit 22c10e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 6:30 AM UTC, only on Thursday and Friday
# At 10:50 AM UTC, only on Monday and Tuesday
schedule:
- cron: '30 6 * * 4,5'
- cron: '50 10 * * 1,2'

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 6:30 AM UTC, on day 19 of the month
# At 10:50 AM UTC, on day 23 of the month
schedule:
- cron: '30 6 19 * *'
- cron: '50 10 23 * *'
workflow_dispatch:

permissions: {}
Expand Down

0 comments on commit 22c10e9

Please sign in to comment.