Skip to content

Commit

Permalink
chore: disable altair and catalyst for now (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
hieronx authored Dec 22, 2023
1 parent d5d157c commit cf69170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
name: Deploy to SubQL (CENTRIFUGE mainnet)
strategy:
matrix:
chainId: [altair, catalyst, centrifuge] # ADD ARRAY OF CHAINS TO DEPLOY
chainId: [centrifuge] # ADD ARRAY OF CHAINS TO DEPLOY
uses: ./.github/workflows/subql_deploy_workflow.yaml
with:
chainId: ${{ matrix.chainId }}
Expand Down

0 comments on commit cf69170

Please sign in to comment.