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 ae734b8 commit 8135fba
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 8:40 PM UTC, only on Monday and Tuesday
# At 9:45 AM UTC, only on Tuesday and Wednesday
schedule:
- cron: '40 20 * * 1,2'
- cron: '45 9 * * 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 8:40 PM UTC, on day 9 of the month
# At 9:45 AM UTC, on day 10 of the month
schedule:
- cron: '40 20 9 * *'
- cron: '45 9 10 * *'
workflow_dispatch:

permissions: {}
Expand Down

0 comments on commit 8135fba

Please sign in to comment.