diff --git a/.github/workflows/check-weights.yml b/.github/workflows/check-weights.yml index 4a78387ae000..e6a6c43e0a6a 100644 --- a/.github/workflows/check-weights.yml +++ b/.github/workflows/check-weights.yml @@ -2,9 +2,8 @@ name: Check updated weights on: pull_request: - # uncomment before merging - # paths: - # - 'runtime/*/src/weights/' + paths: +  - 'runtime/*/src/weights/**' jobs: check_weights_files: