Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
MNT Run module-standardiser
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Aug 15, 2023
1 parent 990b90f commit 969058c
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.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: CI

on:
push:
pull_request:
workflow_dispatch:

jobs:
ci:
name: 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:40am UTC
# At 9:45 PM UTC, on day 10 of the month
schedule:
- cron: '40 10 7 * *'
- cron: '45 21 10 * *'
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 9:45 PM UTC, only on Tuesday
schedule:
- cron: '40 14 * * 4'
- cron: '45 21 * * 2'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 969058c

Please sign in to comment.