Skip to content

Commit

Permalink
Abort the LFS experiment in CI (#646)
Browse files Browse the repository at this point in the history
Apparently this is more likely to get a speedy approval
  • Loading branch information
DJMcNab authored Jul 26, 2024
1 parent 5aa5937 commit 43514fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ jobs:
restore-keys: vello-lfs-
enableCrossOsArchive: true

- name: Fetch lfs data
if: ${{ steps.lfs-cache.outputs.cache-hit != 'true' }}
run: git lfs fetch
# - name: Fetch lfs data
# if: ${{ steps.lfs-cache.outputs.cache-hit != 'true' }}
# run: git lfs fetch

test-stable:
name: cargo test
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
# We are experimenting with git lfs, and we don't expect to run out of bandwidth.
# However, if we do, the tests are designed to be robust against that, if this environment variable is set.
# If we do run out of bandwidth, uncomment the following line and inform @DJMcNab.
# VELLO_SKIP_LFS_SNAPSHOTS: all
VELLO_SKIP_LFS_SNAPSHOTS: all

test-stable-wasm:
name: cargo test (wasm32)
Expand Down

0 comments on commit 43514fe

Please sign in to comment.