@@ -23,9 +23,13 @@ class Groups::RunnersController < Groups::ApplicationController
end
defdestroy
@runner.destroy
if@runner.belongs_to_more_than_one_project?
redirect_togroup_settings_ci_cd_path(@group,anchor: 'runners-settings'),status: :found,alert: _('Runner was not deleted because it is assigned to multiple projects.')