diff --git a/.github/workflows/template-deploy-environment.yml b/.github/workflows/template-deploy-environment.yml index 7360f392..3666b6fd 100644 --- a/.github/workflows/template-deploy-environment.yml +++ b/.github/workflows/template-deploy-environment.yml @@ -24,7 +24,6 @@ jobs: secrets: inherit deploy-api: - needs: deploy-ui uses: ./.github/workflows/template-deploy-api.yml with: environment: ${{ inputs.environment }} @@ -32,6 +31,5 @@ jobs: deploy-docker: if: inputs.environment == 'Production' - needs: deploy-api uses: ./.github/workflows/template-deploy-docker.yml secrets: inherit