Skip to content

Commit 5da6a7c

Browse files
authored
Add Update size on schedule
1 parent 658b2dd commit 5da6a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: python3 .github/validate_mod_json.py
4545

4646
update_size:
47-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' }}
47+
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/develop') || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
4848
runs-on: ubuntu-latest
4949
defaults:
5050
run:

0 commit comments

Comments
 (0)