MNT Fix dispatch-ci

This commit is contained in:
Steve Boyd 2023-07-05 12:39:00 +12:00
parent 131a15b008
commit 51b8fa9869

View File

@ -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