From 64887745d2835d3658fd61d85e1ab53e37d7542f Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 6 Feb 2024 21:46:14 +0100 Subject: [PATCH] simplify workflow --- .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