Skip to content

Commit

Permalink
Allow marking finished production releases as stale
Browse files Browse the repository at this point in the history
  • Loading branch information
kitallis committed Jan 7, 2025
1 parent e8cf223 commit bac74c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/production_release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def rollout_active?
end

def mark_as_stale!
return if finished?
update!(status: STATES[:stale])
end

Expand Down

0 comments on commit bac74c1

Please sign in to comment.