diff options
-rw-r--r-- | .github/workflows/python-nightly.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/python-nightly.yml b/.github/workflows/python-nightly.yml index 55a4c37d..6aec3b8b 100644 --- a/.github/workflows/python-nightly.yml +++ b/.github/workflows/python-nightly.yml @@ -8,10 +8,10 @@ on: branches: - "**/*nightly*" schedule: - # Run at 2:22am early Saturday morning Eastern time (6/7:22 UTC) + # Run at 2:22am early every morning Eastern time (6/7:22 UTC) # so that we get tips of CPython development tested. - # https://crontab.guru/#22_7_*_*_6 - - cron: "22 7 * * 6" + # https://crontab.guru/#22_7_%2a_%2a_%2a + - cron: "22 7 * * *" workflow_dispatch: defaults: |