From 45aa631f187a476a3d46db951f367242a891500e Mon Sep 17 00:00:00 2001 From: Levi Schoen Date: Wed, 7 Feb 2024 09:18:53 -1000 Subject: [PATCH] allow for running manual cd for protonet ad hoc (#1821) --- .github/workflows/cd-protonet-manual.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cd-protonet-manual.yml b/.github/workflows/cd-protonet-manual.yml index 5be810e1..b723799d 100644 --- a/.github/workflows/cd-protonet-manual.yml +++ b/.github/workflows/cd-protonet-manual.yml @@ -10,8 +10,6 @@ jobs: # download updated binary and genesis # reset application database state (only done on internal testnet) reset-chain-to-zero-state: - # only start cd pipeline if last ci run was successful - if: ${{ github.event.workflow_run.conclusion == 'success' }} uses: ./.github/workflows/cd-reset-internal-testnet.yml with: aws-region: us-east-1