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

MNT Run module-standardiser #2

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 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: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