Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita8 committed Sep 13, 2023
1 parent 78fa138 commit d4e2d78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ruby/lib/ci/queue.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ module Warnings
end

def requeueable?(test_result)
puts "#{requeable}"
puts "#{requeable.inspect}"
requeueable.nil? || requeueable.call(test_result)
end

Expand Down

0 comments on commit d4e2d78

Please sign in to comment.