From d6f74b1460dedcf4cd8fb7fb342f0950cac9a787 Mon Sep 17 00:00:00 2001 From: Timor Morrien Date: Wed, 21 Jun 2023 11:00:49 +0200 Subject: [PATCH] Fix needs tag --- .github/workflows/deploy-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 20dca68e..349c867a 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -150,7 +150,7 @@ jobs: # Deploy to the test servers deploy: - needs: [ pre-deployment ] + needs: [ compute-tag, pre-deployment ] uses: ./.github/workflows/deploy.yml with: docker-tag: ${{ needs.compute-tag.outputs.tag }}