diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3147ec5..9d5391e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -132,7 +132,7 @@ jobs: build-and-push-image: if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' runs-on: ubuntu-latest - # needs: tests + needs: spec-tests # Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job. permissions: contents: read