Thomas Gardos commited on
Commit ·
05d2299
1
Parent(s): 1e87ea7
remove check file size workflow
Browse files
.github/workflows/check_file_size.yml
DELETED
|
@@ -1,19 +0,0 @@
|
|
| 1 |
-
name: Check file size
|
| 2 |
-
on: # or directly `on: [push]` to run the action on every push on any branch
|
| 3 |
-
pull_request:
|
| 4 |
-
branches: [main, dev_branch]
|
| 5 |
-
|
| 6 |
-
# to run this workflow manually from the Actions tab
|
| 7 |
-
workflow_dispatch:
|
| 8 |
-
|
| 9 |
-
jobs:
|
| 10 |
-
sync-to-hub:
|
| 11 |
-
runs-on: ubuntu-latest
|
| 12 |
-
permissions:
|
| 13 |
-
# required for ppremk/lfs-warning
|
| 14 |
-
pull-requests: write
|
| 15 |
-
steps:
|
| 16 |
-
- name: Check large files
|
| 17 |
-
uses: ActionsDesk/lfs-warning@v3.3
|
| 18 |
-
with:
|
| 19 |
-
filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|