summaryrefslogtreecommitdiff
path: root/app/workers/environments/auto_stop_cron_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/environments/auto_stop_cron_worker.rb')
-rw-r--r--app/workers/environments/auto_stop_cron_worker.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/workers/environments/auto_stop_cron_worker.rb b/app/workers/environments/auto_stop_cron_worker.rb
index de5e10a0976..ada52d3402d 100644
--- a/app/workers/environments/auto_stop_cron_worker.rb
+++ b/app/workers/environments/auto_stop_cron_worker.rb
@@ -8,8 +8,6 @@ module Environments
feature_category :continuous_delivery
def perform
- return unless Feature.enabled?(:auto_stop_environments, default_enabled: true)
-
AutoStopService.new.execute
end
end