From aae9d72a92ede36d74f6159ae41ff50b6d1dfc41 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Tue, 25 Mar 2025 07:06:15 +0000 Subject: [PATCH] gh-128446: Run Windows CI tests on each commit (GH-131702) (cherry picked from commit 7d9442f0d55a7169940b9371d6e58a7c2ec1fa8a) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- 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: