summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2018-01-06 21:16:56 -0600
committerGitHub <noreply@github.com>2018-01-06 21:16:56 -0600
commitcd02003b9e1479ac250d6dec4ce75a2ec3d12a71 (patch)
treef5b6a9acf35d2bc8f7aa5ed1749df3d89f691a43 /.github
parente13698172f5da96c2639224c216efb05b48ceac9 (diff)
downloadcpython-git-cd02003b9e1479ac250d6dec4ce75a2ec3d12a71.tar.gz
[2.7] Kill the AppVeyor file whitelist (GH-5123)
It's more trouble than it's worth, since AppVeyor only checks the HEAD commit of a PR rather than the full diff against the base branch to decide which files changed. (cherry picked from commit 7f7de371f947dc38e67505601927e9bc58fa268a)
Diffstat (limited to '.github')
-rw-r--r--.github/appveyor.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/appveyor.yml b/.github/appveyor.yml
index 2cd9a42feb..43bd7ed966 100644
--- a/.github/appveyor.yml
+++ b/.github/appveyor.yml
@@ -14,20 +14,3 @@ test_script:
- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest -j2
environment:
HOST_PYTHON: C:\Python36\python.exe
-
-# Only trigger AppVeyor if actual code or its configuration changes
-only_commits:
- files:
- - .github/appveyor.yml
- - .gitattributes
- - Grammar/
- - Include/
- - Lib/
- - Modules/
- - Objects/
- - PC/
- - PCBuild/
- - Parser/
- - Programs/
- - Python/
- - Tools/