Skip to content

NEW LinkField Behat tests #28

NEW LinkField Behat tests

NEW LinkField Behat tests #28

Workflow file for this run

name: Dispatch CI
on:
# At 8:40 AM UTC, only on Sunday and Monday
schedule:
- cron: '40 8 * * 0,1'
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