Fix cron syntax to run weekly
This commit is contained in:
2
.github/workflows/python-tests.yml
vendored
2
.github/workflows/python-tests.yml
vendored
@@ -9,7 +9,7 @@ on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Run every Sunday at 03:53 UTC
|
||||
- cron: 53 3 * * *
|
||||
- cron: 53 3 * * 0
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user