diff --git a/lib/App/Netdisco/Worker/Runner.pm b/lib/App/Netdisco/Worker/Runner.pm index d831a06c..98275fe4 100644 --- a/lib/App/Netdisco/Worker/Runner.pm +++ b/lib/App/Netdisco/Worker/Runner.pm @@ -103,9 +103,6 @@ sub run_workers { $self->jobstat->error($_) if $phase eq 'check'; debug $_ if $_; }; - - # any successful check is a GO! - last if $phase eq 'check' and $self->jobstat->is_ok; } }