sabazo commited on
Commit
7d463a6
·
unverified ·
1 Parent(s): e26fabe

Update check_file_size.yaml

Browse files

removed unnecessary changes from last commit

.github/workflows/check_file_size.yaml CHANGED
@@ -9,10 +9,6 @@ on: # or directly `on: [push]` to run the action on every push on
9
  jobs:
10
  sync-to-hub:
11
  runs-on: ubuntu-latest
12
- permissions:
13
- contents: write
14
- pull-requests: write
15
- repository-projects: write
16
  steps:
17
  - name: Check large files
18
  uses: ActionsDesk/lfs-warning@v2.0
 
9
  jobs:
10
  sync-to-hub:
11
  runs-on: ubuntu-latest
 
 
 
 
12
  steps:
13
  - name: Check large files
14
  uses: ActionsDesk/lfs-warning@v2.0