Skip to content

Commit d26b888

Browse files
committed
[2.7] Kill the AppVeyor file whitelist (pythonGH-5121)
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 7f7de37)
1 parent e136981 commit d26b888

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/appveyor.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,3 @@ test_script:
1414
- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest -j2
1515
environment:
1616
HOST_PYTHON: C:\Python36\python.exe
17-
18-
# Only trigger AppVeyor if actual code or its configuration changes
19-
only_commits:
20-
files:
21-
- .github/appveyor.yml
22-
- .gitattributes
23-
- Grammar/
24-
- Include/
25-
- Lib/
26-
- Modules/
27-
- Objects/
28-
- PC/
29-
- PCBuild/
30-
- Parser/
31-
- Programs/
32-
- Python/
33-
- Tools/

0 commit comments

Comments
 (0)