mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +02:00
Add back missing hyphen before cron
This commit is contained in:
parent
297376b8f8
commit
c51394a234
1 changed files with 1 additions and 1 deletions
2
.github/workflows/testing.yaml
vendored
2
.github/workflows/testing.yaml
vendored
|
@ -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/**'
|
||||||
|
|
Loading…
Add table
Reference in a new issue