From 6d3f0f098c02982d45074484b528ab82c4826986 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 15 Feb 2024 16:10:11 +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 c266b0d..0000000 --- a/.github/workflows/dispatch-ci.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Dispatch CI - -on: - # At 3:15 AM UTC, only on Monday and Tuesday - schedule: - - cron: '15 3 * * 1,2' - -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