gh-128446: Run Windows CI tests on each commit (#131702)

This commit is contained in:
Adam Turner 2025-03-25 07:06:15 +00:00 committed by GitHub
parent 1393bd3548
commit 7d9442f0d5
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: