mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
[3.13] gh-128446: Run Windows CI tests on each commit (GH-131702) (#131705)
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:
parent
5547c895e2
commit
2ccb84a871
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue