From bc806129ef4edf3233990bed4468cf3857953974 Mon Sep 17 00:00:00 2001 From: mmd-afegbua Date: Wed, 16 Oct 2024 16:35:41 +0100 Subject: [PATCH] test failure causes exit --- .github/workflows/handler.deploy-production-subgraphs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/handler.deploy-production-subgraphs.yml b/.github/workflows/handler.deploy-production-subgraphs.yml index 0d9561e995..a3ac6bd551 100644 --- a/.github/workflows/handler.deploy-production-subgraphs.yml +++ b/.github/workflows/handler.deploy-production-subgraphs.yml @@ -46,10 +46,8 @@ jobs: subgraph-endpoint: http://localhost:8000/subgraphs/name/superfluid-test deploy-subgraphs: - if: ${{ success() }} uses: ./.github/workflows/call.deploy-subgraph.yml - # build-and-test-local-subgraph-against-previous-sdk-core-releases is currently not "needed" here because it fails. - needs: [build-and-test-local-subgraph] + needs: [build-and-test-local-subgraph, build-and-test-local-subgraph-against-previous-sdk-core-releases] name: Deploy graph to ${{ github.event.inputs.vendor }} vendor with: deployment_env: ${{ github.event.inputs.deployment_env }}