Skip to content

Commit

Permalink
Merge pull request numpy#23852 from seberg/nightly-cirrus
Browse files Browse the repository at this point in the history
CI: Change "weekly" to "nightly" in cirrus
  • Loading branch information
seberg committed May 31, 2023
2 parents 1afc1de + 1169044 commit 7dad9ac
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 7dad9ac

Please sign in to comment.