From 969058cbdcaa3ad4f617c2e0cddcf49c9783bb75 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 15 Aug 2023 17:53:27 +1200 Subject: [PATCH] MNT Run module-standardiser --- .github/workflows/action-ci.yml | 11 +++++++++++ .github/workflows/keepalive.yml | 4 ++-- .github/workflows/merge-up.yml | 4 ++-- 3 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 .github/workflows/action-ci.yml diff --git a/.github/workflows/action-ci.yml b/.github/workflows/action-ci.yml new file mode 100644 index 0000000..b52118d --- /dev/null +++ b/.github/workflows/action-ci.yml @@ -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 diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 6795933..670f9c2 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -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: diff --git a/.github/workflows/merge-up.yml b/.github/workflows/merge-up.yml index 7d4d6db..6f4e046 100644 --- a/.github/workflows/merge-up.yml +++ b/.github/workflows/merge-up.yml @@ -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: