From 5c8588c1cb04ddb6a867ac796a3f3f1e73fcf16d Mon Sep 17 00:00:00 2001 From: Alain Brenzikofer Date: Wed, 8 Jan 2025 22:24:58 +0100 Subject: [PATCH] re-enable version checks in CI --- .github/workflows/check-migrations.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/check-migrations.yml b/.github/workflows/check-migrations.yml index 904f789..c52e75a 100644 --- a/.github/workflows/check-migrations.yml +++ b/.github/workflows/check-migrations.yml @@ -72,8 +72,6 @@ jobs: ./try-runtime \ --runtime $RUNTIME_BLOB_PATH \ - --disable-spec-name-check \ on-runtime-upgrade --checks=pre-and-post \ - --disable-spec-version-check \ $EXTRA_FLAGS \ live --uri ${{ matrix.runtime.uri }}