Skip to content

Commit

Permalink
chore: focus on only pruning api nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
sesheffield committed Sep 9, 2024
1 parent 3dfa076 commit 3cabfc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd-start-chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
--update-playbook-filename=$PLAYBOOK_NAME \
--chain-id=$CHAIN_ID \
--max-upgrade-batch-size=0 \
--wait-for-node-sync-after-upgrade=true
--wait-for-node-sync-after-upgrade=true \
--node-types=pruning-api
env:
SSM_DOCUMENT_NAME: ${{ inputs.ssm-document-name }}
PLAYBOOK_NAME: ${{ inputs.playbook-name }}
Expand Down

0 comments on commit 3cabfc8

Please sign in to comment.