From 2862cfa4335cc07e3c8951c632690572912047eb Mon Sep 17 00:00:00 2001 From: Chris Lock Date: Mon, 3 Jul 2023 00:14:16 +0100 Subject: [PATCH] Removed --- .github/workflows/main.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index f681e1e..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: CI - -on: - push: - pull_request: - workflow_dispatch: - # Every Tuesday at 2:20pm UTC - schedule: - - cron: '20 14 * * 2' - -jobs: - ci: - name: CI - # Only run cron on the silverstripe account - if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule') - uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1 - with: - # Turn phpcoverage off because it causes a segfault - phpcoverage_force_off: true