From 76371e58bc5e04656d81dfe41c91eac8feb38617 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Mon, 30 Jan 2023 21:52:39 +1100 Subject: [PATCH] chore: disable go-waku and nwaku master CIs jobs Currently fails due to various issues. Can be re-enabled once sorted. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f914d5d303..6481f29127 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,6 +96,7 @@ jobs: path: packages/tests/log/ node_with_go_waku: + if: false # Can be removed when upgrading go-waku to 0.4.0 or later runs-on: ubuntu-latest env: GO_WAKU_VERSION: "0.2.2" @@ -150,6 +151,7 @@ jobs: path: packages/tests/log/ node_with_nwaku_master: + if: false # Can be removed when nwaku in regular CI is bumped to v0.15.0 runs-on: ubuntu-latest env: DEBUG: "waku*"