Skip to content

Commit

Permalink
Update create_release_statuses_job.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
kartiki975 committed Jul 19, 2024
1 parent 2f60a35 commit 80edc0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/jobs/shipit/create_release_statuses_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class CreateReleaseStatusesJob < BackgroundJob
include BackgroundJob::Unique

queue_as :default
on_duplicate :drop

def perform(commit)
commit.release_statuses.to_be_created.each(&:create_status_on_github!)
Expand Down

0 comments on commit 80edc0c

Please sign in to comment.