From aaa0cef315524be87217d3129a760d21a5fc7a5d Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Wed, 15 Jun 2022 16:41:51 +1000 Subject: [PATCH] Remove dupe job --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79c73ab416..838946a134 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,11 +76,6 @@ jobs: - name: build run: npm run build - - name: Check no proto files changed - shell: bash - run: | - [ $(git status --short --ignore-submodules|wc -l) -eq 0 ] - - name: test env: DEBUG: "waku:nim-waku*,waku:test*"