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

Commit 46fed84

Browse files
committed
Stop cron jobs running on master
We're switching over to cibuildwheel in the main SciPy repo, so no need for these jobs anymore. The nightlies will be uploaded from a weekly scheduled run of `cibuildwheel`. Appveyor doesn't run cron jobs, and TravisCI cron jobs are not defined in the yml file but in its web UI, so this is all there is to do here. [ci skip]
1 parent 8d351a9 commit 46fed84

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

azure-pipelines.yml

-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
schedules:
2-
- cron: "27 3 * * 0"
3-
# 3:27am UTC every Sunday
4-
displayName: Weekly build
5-
branches:
6-
include:
7-
- master
8-
always: true
9-
101
pr:
112
- master
123

0 commit comments

Comments
 (0)