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

Commit 864ca7c

Browse files
authored
CI: Stop Nightly builds (#204)
1 parent cdd96ff commit 864ca7c

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

azure-pipelines.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
schedules:
2-
- cron: "27 3 */1 * *"
3-
# 3:27am UTC everyday
4-
displayName: Nighthly build
5-
branches:
6-
include:
7-
- master
8-
always: true
1+
# Not needed anymore since wheel building
2+
# has moved to the main pandas repo.
3+
# Commented for posterity.
4+
# schedules:
5+
# - cron: "27 3 */1 * *"
6+
# # 3:27am UTC everyday
7+
# displayName: Nighthly build
8+
# branches:
9+
# include:
10+
# - master
11+
# always: true
912

1013
trigger:
1114
- master

0 commit comments

Comments
 (0)