From 413ccb71855bb563de1d71bff5ff37335447ee02 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 12 Jul 2022 09:02:32 -0400 Subject: build: run tests on nightly versions every day --- .github/workflows/python-nightly.yml | 6 +++--- 1 file 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: -- cgit v1.2.1