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 }}