Skip to content

Commit

Permalink
Merge branch 'main' into donal-coretime-kusama
Browse files Browse the repository at this point in the history
  • Loading branch information
seadanda authored Mar 5, 2024
2 parents adde260 + 71ddd5f commit 16bfe23
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 16bfe23

Please sign in to comment.