From 51b8fa9869a59d81ed99e9b467e04a3ac46d404d Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 5 Jul 2023 12:39:00 +1200 Subject: [PATCH] MNT Fix dispatch-ci --- .github/workflows/dispatch-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dispatch-ci.yml b/.github/workflows/dispatch-ci.yml index ad32c8a..c2c21fe 100644 --- a/.github/workflows/dispatch-ci.yml +++ b/.github/workflows/dispatch-ci.yml @@ -8,8 +8,8 @@ on: 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') + # Only run cron on the symbiote account + if: (github.event_name == 'schedule' && github.repository_owner == 'symbiote') || (github.event_name != 'schedule') runs-on: ubuntu-latest steps: - name: Dispatch CI