Merge pull request #368 from creative-commoners/pulls/4/dispatch

MNT Fix dispatch-ci
This commit is contained in:
Guy Sartorelli 2023-07-05 17:01:31 +12:00 committed by GitHub
commit 09db683a6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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