boris commited on
Commit
59f5b2a
1 Parent(s): c735721

action: max file size

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +19 -0
.github/workflows/main.yml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This is a basic workflow to help you get started with Actions
2
+
3
+ name: max-file-size
4
+
5
+ uses: ActionsDesk/lfs-warning
6
+
7
+ with:
8
+ filesizelimit: 900000 # so we can sync with HF spaces
9
+
10
+ # Controls when the workflow will run
11
+ on:
12
+ # Triggers the workflow on push or pull request events but only for the main branch
13
+ push:
14
+ branches: [ main ]
15
+ pull_request:
16
+ branches: [ main ]
17
+
18
+ # Allows you to run this workflow manually from the Actions tab
19
+ workflow_dispatch: