Skip to content

Commit

Permalink
build: run tests on nightly versions every day
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jul 12, 2022
1 parent d890bff commit 413ccb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 413ccb7

Please sign in to comment.