Theo Alves Da Costa commited on
Commit
9361bdb
1 Parent(s): 6501d52

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +0 -17
.github/workflows/main.yml CHANGED
@@ -18,20 +18,3 @@ jobs:
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
  run: git push https://dataforgood:$HF_TOKEN@huggingface.co/spaces/dataforgood/bechdelai-tool-image main
21
-
22
- name: Check file size
23
- on: # or directly `on: [push]` to run the action on every push on any branch
24
- pull_request:
25
- branches: [main]
26
-
27
- # to run this workflow manually from the Actions tab
28
- workflow_dispatch:
29
-
30
- jobs:
31
- sync-to-hub:
32
- runs-on: ubuntu-latest
33
- steps:
34
- - name: Check large files
35
- uses: ActionsDesk/lfs-warning@v2.0
36
- with:
37
- filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
  run: git push https://dataforgood:$HF_TOKEN@huggingface.co/spaces/dataforgood/bechdelai-tool-image main