Skip to content

fix CI validation

fix CI validation #346

Workflow file for this run

name: Nightly

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

View workflow run for this annotation

GitHub Actions / .github/workflows/nightly.yml

Invalid workflow file

invalid `cron` attribute "0 0 3 ? * SUN *"
on:
schedule:
- cron: '0 0 3 ? * SUN *' # At 03:00:00am, on every Sunday, every month. Not enough churn to turn nightlies on.
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lookup or create release
uses: EventStore/Automations/lookup-or-create-release@master
id: release
with:
build-type: nightly
github-token: ${{ secrets.GH_PAT }}