Updated job in filesize yml
Browse files
.github/workflows/filesize.yml
CHANGED
@@ -7,7 +7,7 @@ on: # or directly `on: [push]` to run the action on every push on
|
|
7 |
workflow_dispatch:
|
8 |
|
9 |
jobs:
|
10 |
-
|
11 |
runs-on: ubuntu-latest
|
12 |
steps:
|
13 |
- name: Check large files
|
|
|
7 |
workflow_dispatch:
|
8 |
|
9 |
jobs:
|
10 |
+
check-filesize:
|
11 |
runs-on: ubuntu-latest
|
12 |
steps:
|
13 |
- name: Check large files
|