Skip to content

MNT Standardise github files #1

MNT Standardise github files

MNT Standardise github files #1

Workflow file for this run

name: Dispatch CI
on:
# At 2:10 PM UTC, only on Wednesday and Thursday
schedule:
- cron: '10 14 * * 3,4'
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 emteknetnz account
if: (github.event_name == 'schedule' && github.repository_owner == 'emteknetnz') || (github.event_name != 'schedule')
runs-on: ubuntu-latest
steps:
- name: Dispatch CI
uses: silverstripe/gha-dispatch-ci@v1