Skip to content

Commit

Permalink
Subgraph SDK core test failure causes exit (#2031)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmd-afegbua authored Oct 17, 2024
1 parent f3f4a7d commit c8795f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/handler.deploy-production-subgraphs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c8795f8

Please sign in to comment.