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 7, 2024
1 parent 82e5f58 commit 4d0e569
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 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 12:10 PM UTC, only on Tuesday and Wednesday
# At 12:00 PM UTC, only on Monday and Tuesday
schedule:
- cron: '10 12 * * 2,3'
- cron: '0 12 * * 1,2'

jobs:
dispatch-ci:
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 10:50 PM UTC, on day 7 of the month
# At 12:00 PM UTC, on day 9 of the month
schedule:
- cron: '50 22 7 * *'
- cron: '0 12 9 * *'
workflow_dispatch:

jobs:
Expand Down
15 changes: 0 additions & 15 deletions CONTRIBUTING.md

This file was deleted.

0 comments on commit 4d0e569

Please sign in to comment.