Skip to content

Commit 413ccb7

Browse files
committed
build: run tests on nightly versions every day
1 parent d890bff commit 413ccb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88
branches:
99
- "**/*nightly*"
1010
schedule:
11-
# Run at 2:22am early Saturday morning Eastern time (6/7:22 UTC)
11+
# Run at 2:22am early every morning Eastern time (6/7:22 UTC)
1212
# so that we get tips of CPython development tested.
13-
# https://crontab.guru/#22_7_*_*_6
14-
- cron: "22 7 * * 6"
13+
# https://crontab.guru/#22_7_%2a_%2a_%2a
14+
- cron: "22 7 * * *"
1515
workflow_dispatch:
1616

1717
defaults:

0 commit comments

Comments
 (0)