diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9bd931a..d9c8e7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: deploy: name: Build and push image - needs: [test, lint-phpstan, lint-phpcs] + needs: [scip] if: | github.repository == 'davidrjenni/scip-php' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))