8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 211fb31 + 4c77061 commit 69669e4Copy full SHA for 69669e4
.github/workflows/build.yml
@@ -87,7 +87,20 @@ jobs:
87
with:
88
filter: |
89
Doc/**
90
-< 8000 /span> Misc/**
+ # Temporarily skip paths with spaces
91
+ # (i.e. "C API", "Core and Builtins")
92
+ # to avoid "Error: One of your files includes a space".
93
+ # Pending https://github.com/python/core-workflow/issues/186
94
+ # Misc/**
95
+ Misc/NEWS.d/next/Build/**
96
+ Misc/NEWS.d/next/Documentation/**
97
+ Misc/NEWS.d/next/IDLE/**
98
+ Misc/NEWS.d/next/Library/**
99
+ Misc/NEWS.d/next/Security/**
100
+ Misc/NEWS.d/next/Tests/**
101
+ Misc/NEWS.d/next/Tools-Demos/**
102
+ Misc/NEWS.d/next/Windows/**
103
+ Misc/NEWS.d/next/macOS/**
104
.github/workflows/reusable-docs.yml
105
- name: Check for docs changes
106
if: >-
0 commit comments