Tymec commited on
Commit
308dcf9
1 Parent(s): 3178817

Remove check file size action

Browse files
Files changed (1) hide show
  1. .github/workflows/file-size.yml +0 -14
.github/workflows/file-size.yml DELETED
@@ -1,14 +0,0 @@
1
- name: Check file size
2
- on:
3
- push:
4
- branches: [main]
5
- workflow_dispatch: # Allow maunal trigger
6
-
7
- jobs:
8
- check_file_size:
9
- runs-on: ubuntu-latest
10
- steps:
11
- - name: Check large files
12
- uses: ActionsDesk/[email protected]
13
- with:
14
- filesizelimit: 10485760