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