Skip to content

Commit

Permalink
reworking ci
Browse files Browse the repository at this point in the history
  • Loading branch information
crysmags committed Sep 24, 2024
1 parent 124aa1e commit 5bfca2e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@ jobs:
- uses: codecov/codecov-action@v3

amqp10: # TODO: move rhea to its own job
needs:
- versions
strategy:
matrix: ${{fromJson(needs.versions.outputs.matrices).amqp10.range}}
runs-on: ubuntu-latest
services:
qpid:
Expand All @@ -126,7 +122,6 @@ jobs:
PLUGINS: amqp10|rhea
SERVICES: qpid
DD_DATA_STREAMS_ENABLED: true
PACKAGE_VERSION_RANGE: ${{ matrix.range }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/plugins/test-and-upstream
Expand Down

0 comments on commit 5bfca2e

Please sign in to comment.