Skip to content

Commit

Permalink
Watchdog
Browse files Browse the repository at this point in the history
Adding comment

Signed-off-by: Rodrigo Nardi <[email protected]>
  • Loading branch information
RodrigoMNardi committed Dec 26, 2023
1 parent 2095486 commit 20fb487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workers/watch_dog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def check(suites)
end
end

# Checks if CI still running
def in_progress?(build_status)
return false if ci_stopped?(build_status)
return false if ci_hanged?(build_status)
Expand Down

0 comments on commit 20fb487

Please sign in to comment.