Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 211fb31 + 4c77061 commit 69669e4Copy full SHA for 69669e4
1 file changed
.github/workflows/build.yml
@@ -87,7 +87,20 @@ jobs:
87
with:
88
filter: |
89
Doc/**
90
- 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