From c0cb48da4fcf5df5f8e6458f365f9067d6186b51 Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 6 Feb 2024 22:52:19 +0100 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab46643..bf02210 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,13 +4,8 @@ on: push: pull_request: workflow_dispatch: - # Every Friday at 10:20am UTC - schedule: - - cron: '20 10 * * 5' jobs: ci: name: CI - # Only run cron on the silverstripe account - if: (github.event_name == 'schedule' && github.repository_owner == 'lekoala') || (github.event_name != 'schedule') uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1