We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c5a05b commit ef7f12aCopy full SHA for ef7f12a
1 file changed
Tools/build/compute-changes.py
@@ -35,7 +35,7 @@ def compute_changes():
35
)
36
outputs = process_changed_files(files)
37
else:
38
- outputs = Outputs()
+ outputs = Outputs(run_tests=True)
39
outputs = process_target_branch(outputs, target_branch)
40
41
if outputs.run_tests:
0 commit comments