From 8b72cd9885be955e6e46db2a33cf73001c5ebb9f Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Thu, 19 Oct 2023 10:39:15 +0200 Subject: [PATCH] ci(node-only): fix continuation condition --- .github/workflows/node-only-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-only-update.yml b/.github/workflows/node-only-update.yml index 7cb4251364..725705d346 100644 --- a/.github/workflows/node-only-update.yml +++ b/.github/workflows/node-only-update.yml @@ -166,7 +166,7 @@ jobs: - name: Run Parallel tests before Node Parachain upgrade working-directory: ${{ matrix.mainnet_branch }}/tests - if: success() || failure() + if: success() run: | yarn yarn add mochawesome @@ -195,7 +195,7 @@ jobs: snippet:(import 'baedeker-library/ops/rewrites.libsonnet').rewriteNodePaths({'bin/unique':{dockerImage:'${{ steps.mainnet.outputs.name }}'}}) - name: Ensure network is alive - if: success() || failure() # run this step even if previous step failed + if: success() run: | ./tests/scripts/wait_for_first_block.sh env: