Skip to content
Open
Changes from all commits
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
3 changes: 3 additions & 0 deletions Tools/build/compute-changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,12 @@ def process_changed_files(changed_files: Set[Path]) -> Outputs:
if file.name == "reusable-windows-msi.yml":
run_windows_msi = True
if file.name == "reusable-macos.yml":
run_tests = True
platforms_changed.add("macos")
if file.name == "reusable-wasi.yml":
run_tests = True
platforms_changed.add("wasi")
continue

if not doc_file and file not in RUN_TESTS_IGNORE:
run_tests = True
Expand Down
Loading