Skip to content

NEW Add method annotation checks #4

NEW Add method annotation checks

NEW Add method annotation checks #4

Workflow file for this run

name: Dispatch CI
on:
# At 3:15 AM UTC, only on Monday and Tuesday
schedule:
- cron: '15 3 * * 1,2'
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