Spaces:
Runtime error
Runtime error
Remove check file size action
Browse files
.github/workflows/file-size.yml
DELETED
|
@@ -1,14 +0,0 @@
|
|
| 1 |
-
name: Check file size
|
| 2 |
-
on:
|
| 3 |
-
push:
|
| 4 |
-
branches: [main]
|
| 5 |
-
workflow_dispatch: # Allow maunal trigger
|
| 6 |
-
|
| 7 |
-
jobs:
|
| 8 |
-
check_file_size:
|
| 9 |
-
runs-on: ubuntu-latest
|
| 10 |
-
steps:
|
| 11 |
-
- name: Check large files
|
| 12 |
-
uses: ActionsDesk/lfs-warning@v2.0
|
| 13 |
-
with:
|
| 14 |
-
filesizelimit: 10485760
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|