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 22c72a4 commit 8ae70e2
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 11:20 AM UTC, only on Monday and Tuesday
# At 9:45 PM UTC, only on Friday and Saturday
schedule:
- cron: '20 11 * * 1,2'
- cron: '45 21 * * 5,6'

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 3:15 PM UTC, on day 8 of the month
# At 9:45 PM UTC, on day 6 of the month
schedule:
- cron: '15 15 8 * *'
- cron: '45 21 6 * *'
workflow_dispatch:

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

This file was deleted.

0 comments on commit 8ae70e2

Please sign in to comment.