mirror of
https://github.com/python/cpython.git
synced 2025-10-01 04:42:10 +00:00
[3.6] Kill the AppVeyor file whitelist (GH-5122)
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 7f7de371f9
)
This commit is contained in:
parent
e29573910c
commit
157be7ca1d
1 changed files with 0 additions and 17 deletions
17
.github/appveyor.yml
vendored
17
.github/appveyor.yml
vendored
|
@ -17,20 +17,3 @@ environment:
|
||||||
image:
|
image:
|
||||||
- Visual Studio 2015
|
- Visual Studio 2015
|
||||||
- Visual Studio 2017
|
- Visual Studio 2017
|
||||||
|
|
||||||
# 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/
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue