diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-07-12 09:02:32 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-07-12 09:02:32 -0400 |
commit | 413ccb71855bb563de1d71bff5ff37335447ee02 (patch) | |
tree | c6812e57679b5606810a4ace53a55cafb600ad88 | |
parent | d890bff10374bfed8b4a484e7b582f6b24343b18 (diff) | |
download | python-coveragepy-git-413ccb71855bb563de1d71bff5ff37335447ee02.tar.gz |
build: run tests on nightly versions every day
-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: |