Skip to content

Commit

Permalink
CI: Change "weekly" to "nightly" in cirrus
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
seberg committed May 31, 2023
1 parent ea2b090 commit 1169044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/cirrus_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1169044

Please sign in to comment.