Skip to content

Merge pull request #1 from creative-commoners/pulls/1/new-repo #6

Merge pull request #1 from creative-commoners/pulls/1/new-repo

Merge pull request #1 from creative-commoners/pulls/1/new-repo #6

Workflow file for this run

name: Dispatch CI
on:
# At 6:30 PM UTC, only on Sunday and Monday
schedule:
- cron: '30 18 * * 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