diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b67adaca..a346491d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: build: needs: [test-linux, integration-test-linux] runs-on: ubuntu-latest - if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') +# if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') steps: - run: | sudo apt-get update