From 97b5886a607e9ea84085957b7abaeea00cf78714 Mon Sep 17 00:00:00 2001 From: Urban Hafner Date: Fri, 27 Dec 2024 11:20:55 +0100 Subject: [PATCH] Do not wait for the docker build when doing a deployment --- .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 08fb449de..3f8699d63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: cache-to: type=gha,mode=max deploy: name: Deploy app - needs: [rspec, jest, docker-build] + needs: [rspec, jest] if: github.ref_name == 'master' runs-on: ubuntu-latest concurrency: deploy-group # optional: ensure only one action runs at a time