[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 7d9442f0d5)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2025-03-28 12:08:47 +01:00 committed by GitHub
parent 0c88f414b8
commit 4f7b66ab82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: