Skip to content

Commit 8f886b5

Browse files
Oneline
1 parent ba9156f commit 8f886b5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Tools/build/compute-changes.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +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 (
178-
doc_file
179-
or file in RUN_TESTS_IGNORE
180-
):
177+
if not (doc_file or file in RUN_TESTS_IGNORE):
181178
run_tests = True
182179

183180
platform = get_file_platform(file)

0 commit comments

Comments
 (0)