From 1f1b2f1f8a0f0cde9c3879201de8d1dfdcd07527 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Fri, 2 Aug 2024 21:29:56 +0700 Subject: [PATCH] Remove model check for now Signed-off-by: Andrey Sobolev --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3cd687636b..a4c440b1dd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,8 +64,8 @@ jobs: restore-keys: | ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }} - - name: Cheking model is updated... - run: node common/scripts/check_model_version.js + # - name: Cheking model is updated... + # run: node common/scripts/check_model_version.js - name: Checking for mis-matching dependencies... run: node common/scripts/install-run-rush.js check