Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

CI: Stop Nightly builds #204

Merged
merged 1 commit into from
May 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
schedules:
- cron: "27 3 */1 * *"
# 3:27am UTC everyday
displayName: Nighthly build
branches:
include:
- master
always: true
# Not needed anymore since wheel building
# has moved to the main pandas repo.
# Commented for posterity.
# schedules:
# - cron: "27 3 */1 * *"
# # 3:27am UTC everyday
# displayName: Nighthly build
# branches:
# include:
# - master
# always: true

trigger:
- master
Expand Down