Skip to content

Commit 1513161

Browse files
authored
chore: Add required size_check for GH Actions (#18009)
It seems that the size limit was not enforced and a PR could be merged without the job being green:
1 parent 7d050b5 commit 1513161

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,6 +1168,7 @@ jobs:
11681168
job_lint,
11691169
job_check_format,
11701170
job_circular_dep_check,
1171+
job_size_check,
11711172
]
11721173
# Always run this, even if a dependent job failed
11731174
if: always()

0 commit comments

Comments
 (0)