Skip to content

Commit ef7f12a

Browse files
committed
workflow_dispatch
1 parent 5c5a05b commit ef7f12a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/build/compute-changes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def compute_changes():
3535
)
3636
outputs = process_changed_files(files)
3737
else:
38-
outputs = Outputs()
38+
outputs = Outputs(run_tests=True)
3939
outputs = process_target_branch(outputs, target_branch)
4040

4141
if outputs.run_tests:

0 commit comments

Comments
 (0)