We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
process_changed_files
reusable-{macos, wasi}.yml
1 parent 245ba3d commit fd190d1Copy full SHA for fd190d1
Tools/build/compute-changes.py
@@ -232,9 +232,12 @@ def process_changed_files(changed_files: Set[Path]) -> Outputs:
232
if file.name == "reusable-windows-msi.yml":
233
run_windows_msi = True
234
if file.name == "reusable-macos.yml":
235
+ run_tests = True
236
platforms_changed.add("macos")
237
if file.name == "reusable-wasi.yml":
238
239
platforms_changed.add("wasi")
240
+ continue
241
242
if not doc_file and file not in RUN_TESTS_IGNORE:
243
run_tests = True
0 commit comments