From ab832c2cb2364cfb6eecfd58a2cd6577293abe2f Mon Sep 17 00:00:00 2001 From: David Jenni Date: Thu, 26 Oct 2023 18:49:29 +0200 Subject: [PATCH] .github/workflows/ci.yml: build and push image after generating SCIP data --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'))