Skip to content

Schedule test

Schedule test #2

Workflow file for this run

name: Scheduled run 1

Check failure on line 1 in .github/workflows/sched1.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sched1.yml

Invalid workflow file

(Line: 3, Col: 13): Unexpected value '18 * * * *'
on:
schedule: '18 * * * *'
jobs:
test_schedule:
runs-on: ubuntu-latest
env:
FOO: ${{ github.event.inputs.dryRun == 'no' && 'null' || github.event.inputs.dryRun || 'null' }}
steps:
- run: |
echo "ok: $FOO"