social-stat / .github /workflows /hf_file_size.yml
molokhovdmitry's picture
Update hf_file_size workflow
44c255c
raw
history blame contribute delete
No virus
367 Bytes
name: Check file size
on:
pull_request:
branches: [main]
push:
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/lfs-warning@v2.0
with:
filesizelimit: 10485760 # this is 10MB