From f76feb197650482ac3f8432f5c4913e895b9e453 Mon Sep 17 00:00:00 2001 From: Sam Sheffield Date: Sun, 8 Sep 2024 16:37:55 -0400 Subject: [PATCH] chore: try again --- .github/workflows/cd-protonet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-protonet.yml b/.github/workflows/cd-protonet.yml index a0249ee4e..ff355113d 100644 --- a/.github/workflows/cd-protonet.yml +++ b/.github/workflows/cd-protonet.yml @@ -18,7 +18,7 @@ jobs: # 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' }} + # if: ${{ github.event.workflow_run.conclusion == 'success' }} uses: ./.github/workflows/cd-reset-internal-testnet.yml with: aws-region: us-east-1