Skip to content

Commit

Permalink
fix: runner-deletion (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalgalaw authored Jun 2, 2024
1 parent 072f70d commit d8383a2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/controller/runner_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,6 @@ func (r *RunnerReconciler) EnqueueRunnerInstances(ctx context.Context, instanceC
return err
}

if len(pools.Items) < 1 {
return nil
}

// fetching runners by pools to ensure only runners belonging to pools in same namespace are being shown
garmRunnerInstances, err := r.fetchRunnerInstancesByNamespacedPools(instanceClient, pools)
if err != nil {
Expand Down

0 comments on commit d8383a2

Please sign in to comment.