Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! Skip Windows CI tests on Unix build system changes
  • Loading branch information
AA-Turner committed Feb 6, 2025
commit 865d3b44c257192fd19d867e40ac4a536fbc6986
2 changes: 1 addition & 1 deletion Tools/build/compute-changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def compute_changes() -> None:

if outputs.run_tests:
print("Run tests")
if outputs.run_windows:
if outputs.run_windows_tests:
print("Run Windows tests")

if outputs.run_ci_fuzz:
Expand Down
Loading