From 2b16c71bbabd650990c9e56de91a412a9af4f1e7 Mon Sep 17 00:00:00 2001 From: Ermal Kaleci Date: Thu, 7 Nov 2024 11:39:36 +0100 Subject: [PATCH] update gha --- .github/workflows/check-migrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-migrations.yml b/.github/workflows/check-migrations.yml index 71bbf1c30..ed2f76ac0 100644 --- a/.github/workflows/check-migrations.yml +++ b/.github/workflows/check-migrations.yml @@ -40,7 +40,7 @@ jobs: run: rustup target list --installed - name: Build EXTRA_ARGS - if: ${{ !startsWith(github.ref, 'refs/tags/v') }} + if: ${{ !startsWith(github.ref, 'refs/tags/runtime') }} run: | EXTRA_FLAGS+="--disable-spec-check" echo "Disabling the spec check since we are not releasing"