Hijiki-HF commited on
Commit
4cfbfb6
·
1 Parent(s): 435799f
.github/workflows/hugging_face_check.yml CHANGED
@@ -14,19 +14,3 @@ jobs:
14
  uses: ActionsDesk/lfs-warning@v2.0
15
  with:
16
  filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces
17
- name: Check file size
18
- on: # or directly `on: [push]` to run the action on every push on any branch
19
- pull_request:
20
- branches: [main]
21
-
22
- # to run this workflow manually from the Actions tab
23
- workflow_dispatch:
24
-
25
- jobs:
26
- sync-to-hub:
27
- runs-on: ubuntu-latest
28
- steps:
29
- - name: Check large files
30
- uses: ActionsDesk/lfs-warning@v2.0
31
- with:
32
- filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces
 
14
  uses: ActionsDesk/lfs-warning@v2.0
15
  with:
16
  filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces