pull/35066/head
Adeeb Shihadeh 1 day ago
parent 7143835b3d
commit 943ee144fa
  1. 4
      .github/workflows/model_review.yaml

@ -16,15 +16,11 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Checkout master - name: Checkout master
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
ref: master ref: master
path: base path: base
- run: git lfs pull - run: git lfs pull
- run: cd base && git lfs pull - run: cd base && git lfs pull

Loading…
Cancel
Save