Class: ManageIQ::CrossRepo::Runner::Github
- Defined in:
- lib/manageiq/cross_repo/runner/github.rb
Constant Summary collapse
- CONFIG_FILE =
".github/workflows/ci.yaml".freeze
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Base
#build_test_script, #initialize
Constructor Details
This class inherits a constructor from ManageIQ::CrossRepo::Runner::Base
Class Method Details
.available? ⇒ Boolean
10 11 12 |
# File 'lib/manageiq/cross_repo/runner/github.rb', line 10 def self.available? File.exist?(CONFIG_FILE) end |