Skip to content

Commit a8ae13a

Browse files
Improve condition
1 parent 8f886b5 commit a8ae13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/build/compute-changes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def process_changed_files(changed_files: Set[Path]) -> Outputs:
174174
if file.name == "reusable-wasi.yml":
175175
platforms_changed.add("wasi")
176176

177-
if not (doc_file or file in RUN_TESTS_IGNORE):
177+
if not doc_file and file not in RUN_TESTS_IGNORE:
178178
run_tests = True
179179

180180
platform = get_file_platform(file)

0 commit comments

Comments
 (0)