Skip to content

MNT Run module-standardiser #4

MNT Run module-standardiser

MNT Run module-standardiser #4

Workflow file for this run

name: Dispatch CI
on:
# At 5:25 AM UTC, only on Tuesday and Wednesday
schedule:
- cron: '25 5 * * 2,3'
jobs:
dispatch-ci:
name: Dispatch CI

Check failure on line 10 in .github/workflows/dispatch-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dispatch-ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
# 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