diff --git a/.github/workflows/site-deploy.yaml b/.github/workflows/site-deploy.yaml index 673e4f31..bc7a2e56 100644 --- a/.github/workflows/site-deploy.yaml +++ b/.github/workflows/site-deploy.yaml @@ -11,7 +11,6 @@ jobs: runs-on: ubuntu-latest environment: netlify container: golang:latest - needs: tests steps: - uses: actions/checkout@1.0.0 - name: Get dependencies