Project result: add a supportsDynamicRunCommand helper

This commit is contained in:
Graham Christensen
2022-01-24 16:09:45 -05:00
parent 38514ae494
commit daa6864a58
2 changed files with 7 additions and 1 deletions

View File

@ -75,7 +75,7 @@ sub isBuildEligibleForDynamicRunCommand {
return 0;
}
if (! $build->project->enable_dynamic_run_command) {
if (! $build->project->supportsDynamicRunCommand()) {
return 0;
}