Skip to content

Commit dae4fb4

Browse files
authored
CI: Set back the schedule (pandas-dev#54489)
The wheel builds didn't trigger in time.
1 parent b0e1130 commit dae4fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ name: Wheel builder
1414

1515
on:
1616
schedule:
17-
# 8:50 UTC every day
18-
- cron: "50 8 * * *"
17+
# 3:27 UTC every day
18+
- cron: "27 3 * * *"
1919
push:
2020
pull_request:
2121
types: [labeled, opened, synchronize, reopened]

0 commit comments

Comments
 (0)