Skip to content

Commit

Permalink
Fix the check for new change available for pre-prod releases
Browse files Browse the repository at this point in the history
  • Loading branch information
nid90 committed Jan 2, 2025
1 parent c366062 commit ec72785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/pre_prod_release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def previous_successful

def new_commit_available?
return unless release_platform_run.on_track?
release.last_commit != commit
release.last_applicable_commit != commit
end

def stamp_data
Expand Down

0 comments on commit ec72785

Please sign in to comment.