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 a26a5c0 commit 1d0278e
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:20 PM UTC, only on Saturday and Sunday
# At 1:05 AM UTC, only on Sunday and Monday
schedule:
- cron: '20 12 * * 6,0'
- cron: '5 1 * * 0,1'

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 6:30 PM UTC, on day 27 of the month
# At 1:05 AM UTC, on day 22 of the month
schedule:
- cron: '30 18 27 * *'
- cron: '5 1 22 * *'
workflow_dispatch:

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

This file was deleted.

0 comments on commit 1d0278e

Please sign in to comment.