carolanderson commited on
Commit
b8a6ebf
1 Parent(s): 5d556df

remove check_size workflow

Browse files
Files changed (1) hide show
  1. .github/workflows/check_size.yml +0 -14
.github/workflows/check_size.yml DELETED
@@ -1,14 +0,0 @@
1
- name: Check file size
2
- on: [push]
3
-
4
- # to run this workflow manually from the Actions tab
5
- workflow_dispatch:
6
-
7
- jobs:
8
- sync-to-hub:
9
- runs-on: ubuntu-latest
10
- steps:
11
- - name: Check large files
12
- uses: ActionsDesk/lfs-warning@v2.0
13
- with:
14
- filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces