Skip to content

Commit 1f1b2f1

Browse files
committed
Remove model check for now
Signed-off-by: Andrey Sobolev <[email protected]>
1 parent 26f15c4 commit 1f1b2f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
restore-keys: |
6565
${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
6666
67-
- name: Cheking model is updated...
68-
run: node common/scripts/check_model_version.js
67+
# - name: Cheking model is updated...
68+
# run: node common/scripts/check_model_version.js
6969

7070
- name: Checking for mis-matching dependencies...
7171
run: node common/scripts/install-run-rush.js check

0 commit comments

Comments
 (0)