From ea9668cd00c02dcbb3c17926d82a6620aee4534f Mon Sep 17 00:00:00 2001 From: Levi Schoen Date: Thu, 13 Apr 2023 14:30:12 -0400 Subject: [PATCH] run manual internal testnet job everytime it is triggered --- .github/workflows/cd-internal-testnet-manual.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cd-internal-testnet-manual.yml b/.github/workflows/cd-internal-testnet-manual.yml index 102396ec..bcb84cf9 100644 --- a/.github/workflows/cd-internal-testnet-manual.yml +++ b/.github/workflows/cd-internal-testnet-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