gpt2-app / .github /workflows /check-filesize.yml
Sabareeshr's picture
Duplicate from indonesian-nlp/gpt2-app
7f56c87
raw
history blame
449 Bytes
name: Check file size
on: # or directly `on: [push]` to run the action on every push on any branch
pull_request:
branches: [main]
# to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
sync-to-hub:
runs-on: ubuntu-latest
steps:
- name: Check large files
uses: ActionsDesk/[email protected]
with:
filesizelimit: 10485760 # = 10MB, so we can sync to HF spaces