From 11690444d563691e1815783ae2360525ba316350 Mon Sep 17 00:00:00 2001 From: Sebastian Berg Date: Wed, 31 May 2023 20:51:29 +0200 Subject: [PATCH] CI: Change "weekly" to "nightly" in cirrus Yes, the job runs weekly right now, but we call it nightly in most places (including in the cirrus.start file, although that doesn't matter much in practice) --- tools/ci/cirrus_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/cirrus_wheels.yml b/tools/ci/cirrus_wheels.yml index 60512afab173..afbfef92f4af 100644 --- a/tools/ci/cirrus_wheels.yml +++ b/tools/ci/cirrus_wheels.yml @@ -115,7 +115,7 @@ wheels_upload_task: export IS_PUSH="false" # cron job - if [[ "$CIRRUS_CRON" == "weekly" ]]; then + if [[ "$CIRRUS_CRON" == "nightly" ]]; then export IS_SCHEDULE_DISPATCH="true" fi