diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d5b9ce81d..77a460234f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,6 @@ on: jobs: test: - if: ${{ github.repository == 'open-telemetry/opentelemetry-ruby' }} strategy: matrix: include: diff --git a/instrumentation/koala/Appraisals b/instrumentation/koala/Appraisals index edbf0003b3..1e0bf19538 100644 --- a/instrumentation/koala/Appraisals +++ b/instrumentation/koala/Appraisals @@ -4,6 +4,5 @@ # # SPDX-License-Identifier: Apache-2.0 appraise 'koala-3' do - gem 'koala', '~> 3.0.0' - gem 'faraday', '< 2.0' + gem 'koala', github: 'arsduo/koala' end