diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 34e96d0de..b3ebcdda2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -59,7 +59,7 @@ jobs: name: Build (Linux) runs-on: ubuntu-latest needs: test-linux - if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') +# if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') env: DEBIAN_FRONTEND: noninteractive steps: