Skip to content

Commit

Permalink
Enable idempotency check (#164)
Browse files Browse the repository at this point in the history
Trying to enable this check that was disabled because of a
non-idempotent migration.

cc @liamaharon 

- [x] Does not require a CHANGELOG entry

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: fellowship-merge-bot[bot] <151052383+fellowship-merge-bot[bot]@users.noreply.github.com>
  • Loading branch information
ggwpez and fellowship-merge-bot[bot] authored Mar 5, 2024
1 parent ba359a4 commit 71ddd5f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/check-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,6 @@ jobs:
echo "Enabling the spec version check since we are releasing"
fi
# Disable idemepotency checks on Polkadot until we enact them.
if [[ "${{ matrix.runtime.name }}" == "polkadot" ]]; then
echo "Disabling the idempotency check since we are on Polkadot"
EXTRA_FLAGS+=" --disable-idempotency-checks"
else
echo "Enabling the idempotency check since we are not on Polkadot"
fi
echo "Flags: $EXTRA_FLAGS"
./try-runtime \
Expand Down

0 comments on commit 71ddd5f

Please sign in to comment.