From 79882d6d6a15ea307441cd8e8c612bc0eb88a5d4 Mon Sep 17 00:00:00 2001 From: Marcus Felling Date: Mon, 5 Dec 2022 13:24:53 -0600 Subject: [PATCH] update needs --- .github/workflows/podcast-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/podcast-web.yml b/.github/workflows/podcast-web.yml index 3e87244..e2eadf9 100644 --- a/.github/workflows/podcast-web.yml +++ b/.github/workflows/podcast-web.yml @@ -39,7 +39,7 @@ jobs: environment: prod test: - needs: [deployStaging, deployProd] + needs: [buildDeployStaging, buildDeployProd] if: ${{ always() }} timeout-minutes: 60 runs-on: ubuntu-latest