diff --git a/scripts/ci/payload-size.sh b/scripts/ci/payload-size.sh index 35e6701193..3efd4717a7 100644 --- a/scripts/ci/payload-size.sh +++ b/scripts/ci/payload-size.sh @@ -103,8 +103,9 @@ addChangeType() { elif [[ $allChangedFiles -gt 0 ]]; then change='application' else - # Nothing changed in aio/ - exit 0 + # Nothing changed inside $parentDir (but size may still be affected; e.g. when using the locally + # built packages) + change='other' fi payloadData="$payloadData\"change\": \"$change\", " }