From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 28 Mar 2025 11:08:47 +0000 (+0100) Subject: [3.12] gh-128446: Run Windows CI tests on each commit (GH-131702) (#131706) X-Git-Tag: v3.12.10~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f7b66ab82c37531094c4d1dbebb3ebd7e88a38b;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-128446: Run Windows CI tests on each commit (GH-131702) (#131706) 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> --- diff --git a/Tools/build/compute-changes.py b/Tools/build/compute-changes.py index 86c447dd4f64..b3be7df2dba6 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: