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