boris commited on
Commit
1c9c679
2 Parent(s): b7b2e31 f1d5a2e

Merge pull request #70 from borisdayma/feat-filesize

Browse files
Files changed (1) hide show
  1. .github/workflows/check_size.yml +1 -1
.github/workflows/check_size.yml CHANGED
@@ -14,4 +14,4 @@ jobs:
14
  - name: Check large files
15
  uses: ActionsDesk/lfs-warning@v2.0
16
  with:
17
- filesizelimit: 9000000 # so we can sync to HF spaces
14
  - name: Check large files
15
  uses: ActionsDesk/lfs-warning@v2.0
16
  with:
17
+ filesizelimit: 10485760 # = 10MB, so we can sync to HF spaces