Skip to content

Commit 642605b

Browse files
committed
Execution Hanging Detection
Fixing Time comparison Signed-off-by: Rodrigo Nardi <rnardi@netdef.org>
1 parent df52bb9 commit 642605b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/models/check_suite.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ def execution_started?
5050
end
5151

5252
def last_job_updated_at_timer
53-
ci_jobs.max_by(&:updated_at)&.updated_at.to_i
53+
ci_jobs.max_by(&:updated_at)&.updated_at
5454
end
5555
end

0 commit comments

Comments
 (0)