Skip to content

Commit

Permalink
Old Checks support
Browse files Browse the repository at this point in the history
Fixing class name

Signed-off-by: Rodrigo Nardi <rnardi@netdef.org>
  • Loading branch information
RodrigoMNardi committed Jul 3, 2024
1 parent bbbf22f commit 8b9894f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/github/build/skip_old_tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ def skipping_old_test(check_run)
end
end
end

2 changes: 1 addition & 1 deletion lib/github_ci_app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
require_relative 'github/update_status'
require_relative 'github/plan_execution/finished'
require_relative 'github/user_info'
require_relative 'github/build/skip'
require_relative 'github/build/skip_old_tests'

# Helpers libs
require_relative 'helpers/configuration'
Expand Down

0 comments on commit 8b9894f

Please sign in to comment.