Skip to content
Prev Previous commit
Next Next commit
Don't waste CI resources
  • Loading branch information
StanFromIreland committed Apr 6, 2026
commit d1a9414bfd77f70005efdf36ce387dbbb5bcb7de
7 changes: 0 additions & 7 deletions Tools/build/compute-changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,7 @@ def compute_changes() -> None:
else:
# Otherwise, just run the tests
outputs = Outputs(
run_android=True,
run_emscripten=True,
run_ios=True,
run_macos=True,
run_tests=True,
run_ubuntu=True,
run_wasi=True,
run_windows_tests=True,
)
target_branch = target_ref.removeprefix("origin/")
outputs = process_target_branch(outputs, target_branch)
Expand Down
Loading