Improve usage of package_size_check
Alongside #9421
We should improve the usage of package_size_check. It is currently run as part of the manually triggered package checks. Which can cause bumps in size to be missed when they happen.
Options:
- Run on the nightly build and alert if triggered
- Make the package trigger checks automatically run in certain conditions (changes to the
configdirectory, and?) - ???