Spaces:
Build error
Build error
Wisdom Chen
commited on
Create check_filesize.yml
Browse files
.github/workflows/check_filesize.yml
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: Check file size
|
2 |
+
on:
|
3 |
+
pull_request:
|
4 |
+
branches: [main]
|
5 |
+
workflow_dispatch:
|
6 |
+
|
7 |
+
jobs:
|
8 |
+
sync-to-hub:
|
9 |
+
runs-on: ubuntu-latest
|
10 |
+
steps:
|
11 |
+
- name: Check large files
|
12 |
+
uses: ActionsDesk/[email protected]
|
13 |
+
with:
|
14 |
+
filesizelimit: 10485760
|