From 2447ce9e739f51e62b3cfb7aea02787eff9419ee Mon Sep 17 00:00:00 2001 From: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> Date: Fri, 29 May 2026 08:11:41 +0200 Subject: [PATCH] disable js-waku from ci (#3917) --- .github/workflows/ci.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c54d828ae..f924d0f8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -177,20 +177,6 @@ jobs: secrets: inherit - js-waku-node: - needs: build-docker-image - uses: logos-messaging/logos-delivery-js/.github/workflows/test-node.yml@master - with: - nim_wakunode_image: ${{ needs.build-docker-image.outputs.image }} - test_type: node - - js-waku-node-optional: - needs: build-docker-image - uses: logos-messaging/logos-delivery-js/.github/workflows/test-node.yml@master - with: - nim_wakunode_image: ${{ needs.build-docker-image.outputs.image }} - test_type: node-optional - lint: name: "Lint" runs-on: ubuntu-22.04