Use single quote cron
This commit is contained in:
parent
52850c5af2
commit
4dc67c1f22
2
.github/workflows/on-pr.yml
vendored
2
.github/workflows/on-pr.yml
vendored
@ -25,7 +25,7 @@ on:
|
|||||||
- ".github/workflows/tests.yml"
|
- ".github/workflows/tests.yml"
|
||||||
- "**"
|
- "**"
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 13 * * *" # Must be single quotes!!
|
- cron: '0 13 * * *' # Must be single quotes!!
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
trigger-tests:
|
trigger-tests:
|
||||||
|
Loading…
Reference in New Issue
Block a user