Skip to content

Commit

Permalink
revert polygon pruned deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
mendesfabio committed Apr 4, 2024
1 parent 5762685 commit a9c5fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Install
run: yarn --frozen-lockfile
- name: Assets
run: yarn generate-assets polygon-prune
run: yarn generate-assets polygon
- name: Codegen
run: yarn codegen
- name: Build
Expand All @@ -73,7 +73,7 @@ jobs:
graph_access_token: ${{secrets.GRAPH_ACCESS_TOKEN}}
graph_subgraph_name: "balancer-polygon-v2"
graph_account: "balancer-labs"
graph_config_file: "subgraph.polygon.pruned.yaml"
graph_config_file: "subgraph.polygon.yaml"
deploy-polygon-pruned:
runs-on: ubuntu-latest
environment: graph
Expand Down

0 comments on commit a9c5fae

Please sign in to comment.