From 2b2aab845db90c8e9cff139359ee457ace022da9 Mon Sep 17 00:00:00 2001 From: Joran Deschamps <6367888+jdeschamps@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:22:35 +0100 Subject: [PATCH] Job dependency --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index ac37583..db2845c 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -51,7 +51,7 @@ jobs: deploy: name: Deploy - needs: test + needs: install if: success() && startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest