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 Aug 16, 2023
1 parent a5b4d5f commit 2841916
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/action-ci-self.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Action CI

on:
push:
pull_request:
workflow_dispatch:

jobs:
actionci:
name: Action CI
uses: silverstripe/gha-action-ci/.github/workflows/action-ci.yml@v1
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:
# The 7th of every month at 10:30am UTC
# At 6:30 AM UTC, on day 3 of the month
schedule:
- cron: '30 10 7 * *'
- cron: '30 6 3 * *'
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge-up.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Merge-up

on:
# At 2:40 PM UTC, only on Thursday
# At 6:30 AM UTC, only on Tuesday
schedule:
- cron: '40 14 * * 4'
- cron: '30 6 * * 2'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 2841916

Please sign in to comment.