From bb5c34516faf2638caab7be0465e9eee2a3c6b3b Mon Sep 17 00:00:00 2001 From: Konstantin Astakhov Date: Wed, 27 Nov 2024 04:09:33 +0700 Subject: [PATCH] fix --- .github/workflows/forkless-update-nodata.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/forkless-update-nodata.yml b/.github/workflows/forkless-update-nodata.yml index 72677c6524..91bc3671bf 100644 --- a/.github/workflows/forkless-update-nodata.yml +++ b/.github/workflows/forkless-update-nodata.yml @@ -185,7 +185,7 @@ jobs: - name: "Reconcile: runtime is upgraded" working-directory: js-packages/tests id: reconcile1 - if: ${{ !cancelled() && steps.alive2.outcome == 'success' }} + if: ${{ !cancelled() && steps.alive1.outcome == 'success' }} run: | echo "Executing upgrade" yarn node --no-warnings=ExperimentalWarning --loader ts-node/esm ../scripts/authorizeEnactUpgrade.ts ${{ steps.wasms.outputs.dir }}/${{ matrix.network }}-runtime/${{ matrix.network }}_runtime.compact.compressed.wasm