Add back missing hyphen before cron

This commit is contained in:
Micah Jerome Ellison 2021-12-11 13:56:10 -08:00
parent 297376b8f8
commit c51394a234

View file

@ -20,7 +20,7 @@ on:
- 'pyproject.toml' - 'pyproject.toml'
- '.github/workflows/testing.yaml' - '.github/workflows/testing.yaml'
schedule: schedule:
cron: '0 0 * * SAT' - cron: '0 0 * * SAT'
branches: [ develop ] branches: [ develop ]
paths: paths:
- 'jrnl/**' - 'jrnl/**'