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