From 2841916349633fc1c02cc14ffa3d878d6434407d Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 16 Aug 2023 15:04:37 +1200 Subject: [PATCH] MNT Run module-standardiser --- .github/workflows/action-ci-self.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-self.yml diff --git a/.github/workflows/action-ci-self.yml b/.github/workflows/action-ci-self.yml new file mode 100644 index 0000000..3fd70a4 --- /dev/null +++ b/.github/workflows/action-ci-self.yml @@ -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 diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index eae9eb9..ad71951 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: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: diff --git a/.github/workflows/merge-up.yml b/.github/workflows/merge-up.yml index 7d4d6db..67e94c5 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 6:30 AM UTC, only on Tuesday schedule: - - cron: '40 14 * * 4' + - cron: '30 6 * * 2' workflow_dispatch: jobs: