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.
.
/
1 parent ad4357d commit 4a9d934Copy full SHA for 4a9d934
tools/ci_set_matrix.py
@@ -235,7 +235,7 @@ def set_docs_to_build(build_doc: bool):
235
build_doc = True
236
else:
237
doc_pattern = re.compile(
238
- r"^(?:.github/workflows/|docs|extmod/ulab|(?:(?:ports/\w+/bindings|shared-bindings)\S+\.c|conf\.py|tools/extract_pyi\.py|requirements-doc\.txt)$)|(?:-stubs|\.(?:md|MD|rst|RST))$"
+ r"^(?:\.github\/workflows\/|docs|extmod\/ulab|(?:(?:ports\/\w+\/bindings|shared-bindings)\S+\.c|conf\.py|tools\/extract_pyi\.py|requirements-doc\.txt)$)|(?:-stubs|\.(?:md|MD|rst|RST))$"
239
)
240
github_workspace = os.environ.get("GITHUB_WORKSPACE") or ""
241
github_workspace = github_workspace and github_workspace + "/"
0 commit comments