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 <[email protected]>
Co-authored-by: fellowship-merge-bot[bot] <151052383+fellowship-merge-bot[bot]@users.noreply.github.com>
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
ggwpez and fellowship-merge-bot[bot] committed Mar 15, 2024
1 parent 38f016c commit dee178d
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 @@ -85,14 +85,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 dee178d

Please sign in to comment.