Remove model check for now

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2024-08-02 21:29:56 +07:00
parent 26f15c4c02
commit 1f1b2f1f8a
No known key found for this signature in database
GPG Key ID: BD80F68D68D8F7F2

View File

@ -64,8 +64,8 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }} ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
- name: Cheking model is updated... # - name: Cheking model is updated...
run: node common/scripts/check_model_version.js # run: node common/scripts/check_model_version.js
- name: Checking for mis-matching dependencies... - name: Checking for mis-matching dependencies...
run: node common/scripts/install-run-rush.js check run: node common/scripts/install-run-rush.js check