diff --git a/.github/workflows/verify-staged-artifacts.yml b/.github/workflows/verify-staged-artifacts.yml index 614c4d57..26ec2934 100644 --- a/.github/workflows/verify-staged-artifacts.yml +++ b/.github/workflows/verify-staged-artifacts.yml @@ -19,12 +19,12 @@ jobs: ports: - 5672:5672 - 15672:15672 - - 5552:5552 +# - 5552:5552 steps: - - name: Enable RabbitMQ Stream Plugin - run: docker exec ${{ job.services.rabbitmq.id }} rabbitmq-plugins enable rabbitmq_stream +# - name: Enable RabbitMQ Stream Plugin +# run: docker exec ${{ job.services.rabbitmq.id }} rabbitmq-plugins enable rabbitmq_stream - name: Checkout Samples Repo uses: actions/checkout@v4