diff --git a/.github/workflows/model_review.yaml b/.github/workflows/model_review.yaml index d00a5bece8..446821debe 100644 --- a/.github/workflows/model_review.yaml +++ b/.github/workflows/model_review.yaml @@ -16,15 +16,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: Checkout master uses: actions/checkout@v4 with: ref: master path: base - - run: git lfs pull - run: cd base && git lfs pull