From 78adfb03f461a3470da1fb65f20fd146e975fedd Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 28 Dec 2022 18:46:09 -0500 Subject: [PATCH] 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 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ef0bb66efff5..78dfefdbe7aa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,8 +13,8 @@ on: branches-ignore: - v[0-9]+.[0-9]+.[0-9x]+-doc schedule: - # 3:47 UTC on Saturdays - - cron: "47 3 * * 6" + # 5:47 UTC on Saturdays + - cron: "47 5 * * 6" workflow_dispatch: workflow: "*"