8000 Merge branch 'main' into remove_pyeval_call · python/cpython@69669e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 69669e4

Browse files
authored
Merge branch 'main' into remove_pyeval_call
2 parents 211fb31 + 4c77061 commit 69669e4

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,20 @@ jobs:
8787
with:
8888
filter: |
8989
Doc/**
90-< 8000 /span>
Misc/**
90+
# 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/**
91104
.github/workflows/reusable-docs.yml
92105
- name: Check for docs changes
93106
if: >-

0 commit comments

Comments
 (0)
0