diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 56bc96abfb64a96eabfd6c0f5000e033d7e9d37f..0a14d20a7e612f1e774613656fd38b8866ebba42 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest needs: build - if: ${{ github.base_ref == 'refs/heads/master' || github.base_ref == 'refs/heads/release' }} + # if: ${{ github.base_ref == 'refs/heads/master' || github.base_ref == 'refs/heads/release' }} steps: - name: unit test