Spaces:
Running
Running
Merge pull request #70 from borisdayma/feat-filesize
Browse files
.github/workflows/check_size.yml
CHANGED
|
@@ -14,4 +14,4 @@ jobs:
|
|
| 14 |
- name: Check large files
|
| 15 |
uses: ActionsDesk/[email protected]
|
| 16 |
with:
|
| 17 |
-
filesizelimit:
|
|
|
|
| 14 |
- name: Check large files
|
| 15 |
uses: ActionsDesk/[email protected]
|
| 16 |
with:
|
| 17 |
+
filesizelimit: 10485760 # = 10MB, so we can sync to HF spaces
|