8000 Delay nightly wheel builds by 2 hours · matplotlib/matplotlib@78adfb0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 78adfb0

Browse files
committed
Delay nightly wheel builds by 2 hours
Pandas builds at 3:27 and we build at 3:47, but their wheels take nearly 2 hours to build, so delay ours to avoid missing wheels. Fixes #24815
1 parent e9d1f9c commit 78adfb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ on:
1313
branches-ignore:
1414
- v[0-9]+.[0-9]+.[0-9x]+-doc
1515
schedule:
16-
# 3:47 UTC on Saturdays
17-
- cron: "47 3 * * 6"
16+
# 5:47 UTC on Saturdays
17+
- cron: "47 5 * * 6"
1818
workflow_dispatch:
1919
workflow: "*"
2020

0 commit comments

Comments
 (0)
0