Skip to content

Commit d1a9414

Browse files
Don't waste CI resources
1 parent 38ae0c1 commit d1a9414

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Tools/build/compute-changes.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,7 @@ def compute_changes() -> None:
130130
else:
131131
# Otherwise, just run the tests
132132
outputs = Outputs(
133-
run_android=True,
134-
run_emscripten=True,
135-
run_ios=True,
136-
run_macos=True,
137-
run_tests=True,
138133
run_ubuntu=True,
139-
run_wasi=True,
140-
run_windows_tests=True,
141134
)
142135
target_branch = target_ref.removeprefix("origin/")
143136
outputs = process_target_branch(outputs, target_branch)

0 commit comments

Comments
 (0)