Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Oneline
  • Loading branch information
StanFromIreland committed Jan 9, 2026
commit 8f886b55775d608e2b27974e854413cbb59ac179
5 changes: 1 addition & 4 deletions Tools/build/compute-changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,7 @@ def process_changed_files(changed_files: Set[Path]) -> Outputs:
if file.name == "reusable-wasi.yml":
platforms_changed.add("wasi")

if not (
doc_file
or file in RUN_TESTS_IGNORE
):
if not (doc_file or file in RUN_TESTS_IGNORE):
Comment thread
StanFromIreland marked this conversation as resolved.
Outdated
run_tests = True

platform = get_file_platform(file)
Expand Down
Loading