From 7960822e6279dbd3c615115a677a3300cc298c78 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 15 Feb 2024 16:11:33 +1300 Subject: [PATCH] MNT Remove dispatch-ci --- .github/workflows/dispatch-ci.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/dispatch-ci.yml diff --git a/.github/workflows/dispatch-ci.yml b/.github/workflows/dispatch-ci.yml deleted file mode 100644 index 5632551..0000000 --- a/.github/workflows/dispatch-ci.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Dispatch CI - -on: - # At 6:30 PM UTC, only on Sunday and Monday - schedule: - - cron: '30 18 * * 0,1' - -jobs: - dispatch-ci: - name: Dispatch CI - # Only run cron on the silverstripe account - if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule') - runs-on: ubuntu-latest - steps: - - name: Dispatch CI - uses: silverstripe/gha-dispatch-ci@v1