Skip to content
Snippets Groups Projects

Change the unit primitive for troubleshoot job

Merged Allison Browne requested to merge ab-rca-unit-primitive into master
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -7,6 +7,7 @@ module JobsController
prepended do
before_action only: [:show] do
push_frontend_ability(ability: :troubleshoot_job_with_ai, resource: @build, user: @current_user)
push_frontend_feature_flag(:root_cause_analysis_duo, @current_user)
end
end
Loading