Fix cron syntax to run weekly

This commit is contained in:
Simon Conseil
2020-10-09 10:10:43 -03:00
committed by GitHub
parent a9352e1bd1
commit e4a85742b1

View File

@@ -9,7 +9,7 @@ on:
workflow_dispatch:
schedule:
# Run every Sunday at 03:53 UTC
- cron: 53 3 * * *
- cron: 53 3 * * 0
jobs:
build: