Skip to content

Commit

Permalink
Remove git LFS from nightly workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek committed Aug 22, 2024
1 parent 426bcd9 commit 3a449ae
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Checkout LFS
shell: bash
run: git lfs fetch && git lfs checkout

- name: Set environment variables
id: vars
run: |
Expand Down Expand Up @@ -116,10 +112,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Checkout LFS
shell: bash
run: git lfs fetch && git lfs checkout

- name: Set environment variables
id: vars
run: |
Expand Down

0 comments on commit 3a449ae

Please sign in to comment.