8000 Merge pull request #24835 from QuLogic/delay-nightlies · matplotlib/matplotlib@38f6269 · GitHub
[go: up one dir, main page]

Skip to content

Commit 38f6269

Browse files
authored
Merge pull request #24835 from QuLogic/delay-nightlies
Delay nightly wheel builds by 2 hours
2 parents aded13a + 78adfb0 commit 38f6269

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