Revert "Exclude cloud insights integrations from release (#194)"

This reverts commit 4797a2ead8.
This commit is contained in:
Rodrigo Rodrigues 2026-09-09 17:03:25 +01:00 committed by GitHub
parent 4797a2ead8
commit c7071fa7c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,10 +58,6 @@ jobs:
echo "Invalid package directory name: ${name}" >&2
exit 1
fi
if [ "$name" = "thousandeyes-sdk-cloud-insights-integrations" ]; then
echo "Skipping ${name}: release is not yet enabled"
continue
fi
packages+=("$name")
done
if [ "${#packages[@]}" -eq 0 ]; then