We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd98f11 commit efca3ddCopy full SHA for efca3dd
.github/workflows/ci-contrib.yml
@@ -201,7 +201,7 @@ jobs:
201
- xray
202
os:
203
- ubuntu-latest
204
- name: "processors-${{ matrix.gem }} / ${{ matrix.os }}"
+ name: "samplers-${{ matrix.gem }} / ${{ matrix.os }}"
205
runs-on: ${{ matrix.os }}
206
steps:
207
- uses: actions/checkout@v4
@@ -230,7 +230,7 @@ jobs:
230
coverage: true
231
build: true
232
- name: "Test JRuby"
233
- if: "${{ matrix.os == 'ubuntu-latest' && steps.jruby_skip.outputs.skip == 'false' }}"
+ if: "${{ matrix.os == 'ubuntu-latest' }}"
234
uses: ./.github/actions/test_gem
235
with:
236
gem: "opentelemetry-sampler-${{ matrix.gem }}"
0 commit comments