Browse Source

Fix cron syntax to run weekly

pull/403/head
Simon Conseil 6 years ago committed by GitHub
parent
commit
e4a85742b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/python-tests.yml

2
.github/workflows/python-tests.yml

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

Loading…
Cancel
Save