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: