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 22588a3 commit 45408fdCopy full SHA for 45408fd
1 file changed
Tools/build/compute-changes.py
@@ -235,7 +235,7 @@ def process_changed_files(changed_files: Set[Path]) -> Outputs:
235
run_tests = run_ci_fuzz = run_ci_fuzz_stdlib = run_windows_tests = True
236
has_platform_specific_change = False
237
continue
238
- if file.name == "reusable-docs.yml":
+ if file.name in ("reusable-docs.yml", "reusable-check-html-ids.yml"):
239
run_docs = True
240
241
if file.name == "reusable-windows.yml":
0 commit comments