Use single quote cron

This commit is contained in:
Abdul Rabbani 2022-06-09 17:19:16 -04:00
parent 52850c5af2
commit 4dc67c1f22

View File

@ -25,7 +25,7 @@ on:
- ".github/workflows/tests.yml"
- "**"
schedule:
- cron: "0 13 * * *" # Must be single quotes!!
- cron: '0 13 * * *' # Must be single quotes!!
jobs:
trigger-tests: