Skip to content

Commit

Permalink
chore: comment out seed-chain-state for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sesheffield committed Sep 10, 2024
1 parent 5ee8ce8 commit f4f4f11
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cd-protonet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ on:
push:

jobs:
fuzz-v2:
runs-on: ubuntu-latest
steps:
- name: checkout repo from current commit
uses: actions/checkout@v4
# in order:
# enter standby (prevents autoscaling group from killing node during deploy)
# stop kava
Expand Down Expand Up @@ -67,4 +62,4 @@ jobs:
metric-name: kava.deploys.testnet.proto
namespace: Kava/ContinuousDeployment
secrets: inherit
needs: [seed-chain-state]
# needs: [seed-chain-state]

0 comments on commit f4f4f11

Please sign in to comment.