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 7205a36 commit ab65ff6
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 4:20 PM UTC, only on Tuesday and Wednesday
# At 10:50 AM UTC, only on Monday and Tuesday
schedule:
- cron: '20 16 * * 2,3'
- 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 4:20 PM UTC, on day 17 of the month
# At 10:50 AM UTC, on day 23 of the month
schedule:
- cron: '20 16 17 * *'
- cron: '50 10 23 * *'
workflow_dispatch:

permissions: {}
Expand Down

0 comments on commit ab65ff6

Please sign in to comment.