Fix cron build job

As YAML parsers misinterpret `*`, strings need to be explicit.
This commit is contained in:
Vamsi Krishna 2020-12-15 13:32:22 +05:30 committed by GitHub
parent 3e8eeb50e7
commit 3e9b774390
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ on:
pull_request:
branches: [ hugo ]
schedule:
- cron: 25 0 * * *
- cron: '25 0 * * *'
jobs:
build: