From 494220ff6984922eba8ccf9a8c7d88c7f96fa02c Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Tue, 25 Mar 2025 03:29:31 +0000 Subject: [PATCH] Run Windows CI tests on each commit --- Tools/build/compute-changes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/build/compute-changes.py b/Tools/build/compute-changes.py index 86c447dd4f64e0..b3be7df2dba6d0 100644 --- a/Tools/build/compute-changes.py +++ b/Tools/build/compute-changes.py @@ -65,7 +65,7 @@ def compute_changes() -> None: outputs = process_changed_files(files) else: # Otherwise, just run the tests - outputs = Outputs(run_tests=True) + outputs = Outputs(run_tests=True, run_windows_tests=True) outputs = process_target_branch(outputs, target_branch) if outputs.run_tests: