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 \