Skip to content

Commit 865d3b4

Browse files
committed
fixup! Skip Windows CI tests on Unix build system changes
1 parent 04455c4 commit 865d3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/build/compute-changes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def compute_changes() -> None:
7070

7171
if outputs.run_tests:
7272
print("Run tests")
73-
if outputs.run_windows:
73+
if outputs.run_windows_tests:
7474
print("Run Windows tests")
7575

7676
if outputs.run_ci_fuzz:

0 commit comments

Comments
 (0)