Skip to content

Commit

Permalink
FIX Fix syntax error in dispatch ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jan 29, 2024
1 parent f2a67c6 commit e2edd0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/cms-any/dispatch-ci.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
jobs:
dispatch-ci:
name: Dispatch CI
# Only run cron on the $account account
if: (github.event_name == 'schedule' && github.repository_owner == '$account') || (github.event_name != 'schedule')
runs-on: ubuntu-latest
steps:
- name: Dispatch CI
name: Dispatch CI
# Only run cron on the $account account
if: (github.event_name == 'schedule' && github.repository_owner == '$account') || (github.event_name != 'schedule')
runs-on: ubuntu-latest
steps:
- name: Dispatch CI
uses: silverstripe/gha-dispatch-ci@v1
EOT;

Expand Down

0 comments on commit e2edd0f

Please sign in to comment.