Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Nov 26, 2024
1 parent 08d4fce commit bb5c345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/forkless-update-nodata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb5c345

Please sign in to comment.