From dee178d3f5ac7e902747961ad6fcd0a9bac190fe Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Tue, 5 Mar 2024 10:41:14 +0100 Subject: [PATCH] Enable idempotency check (#164) 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 Co-authored-by: fellowship-merge-bot[bot] <151052383+fellowship-merge-bot[bot]@users.noreply.github.com> Signed-off-by: Oliver Tale-Yazdi --- .github/workflows/check-migrations.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/check-migrations.yml b/.github/workflows/check-migrations.yml index 412bbc7f25..629bd5a7e9 100644 --- a/.github/workflows/check-migrations.yml +++ b/.github/workflows/check-migrations.yml @@ -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 \