musfiqdehan commited on
Commit
815a917
1 Parent(s): da39fc9

Update check_file_size.yml workflow configuration

Browse files
.github/workflows/check_file_size.yml CHANGED
@@ -1,11 +1,8 @@
1
  name: Check File Size
2
- on: # or directly `on: [push]` to run the action on every push on any branch
3
  push:
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
 
1
  name: Check File Size
2
+ on:
3
  push:
4
  branches: [main]
5
 
 
 
 
6
  jobs:
7
  sync-to-hub:
8
  runs-on: ubuntu-latest