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 8f886b5 commit a8ae13aCopy full SHA for a8ae13a
Tools/build/compute-changes.py
@@ -174,7 +174,7 @@ def process_changed_files(changed_files: Set[Path]) -> Outputs:
174
if file.name == "reusable-wasi.yml":
175
platforms_changed.add("wasi")
176
177
- if not (doc_file or file in RUN_TESTS_IGNORE):
+ if not doc_file and file not in RUN_TESTS_IGNORE:
178
run_tests = True
179
180
platform = get_file_platform(file)
0 commit comments