Spaces:
Running
Running
Ludwig Stumpp
commited on
Commit
·
2f36e0a
1
Parent(s):
1f9410c
Remove action to check file sizes
Browse files
.github/workflows/check-filesize.yaml
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
name: Check file size
|
2 |
-
on: [push]
|
3 |
-
|
4 |
-
jobs:
|
5 |
-
sync-to-hub:
|
6 |
-
runs-on: ubuntu-latest
|
7 |
-
steps:
|
8 |
-
- name: Check large files
|
9 |
-
uses: ActionsDesk/[email protected]
|
10 |
-
with:
|
11 |
-
filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|