Prathamesh Sarjerao Vaidya commited on
Commit
c95bb51
·
unverified ·
1 Parent(s): 174e65b

Update check.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/check.yml +4 -4
.github/workflows/check.yml CHANGED
@@ -2,16 +2,16 @@ name: Check file size
2
  on:
3
  pull_request:
4
  branches: [main]
5
-
6
- # to run this workflow manually from the Actions tab
7
  workflow_dispatch:
8
 
9
  jobs:
10
- sync-to-hub:
11
  runs-on: ubuntu-latest
12
  steps:
 
 
 
13
  - name: Check large files
14
  uses: ActionsDesk/[email protected]
15
  with:
16
- # filesizelimit: 10485760 # this is 10MB
17
  filesizelimit: 1073741824 # 1GB
 
2
  on:
3
  pull_request:
4
  branches: [main]
 
 
5
  workflow_dispatch:
6
 
7
  jobs:
8
+ check-file-size:
9
  runs-on: ubuntu-latest
10
  steps:
11
+ - uses: actions/checkout@v3
12
+ with:
13
+ lfs: true
14
  - name: Check large files
15
  uses: ActionsDesk/[email protected]
16
  with:
 
17
  filesizelimit: 1073741824 # 1GB