Revert "Exclude cloud insights integrations from release (#194)" (#195)
Some checks failed
Python CI / build (push) Has been cancelled

This reverts commit 4797a2ead8.
This commit is contained in:
Rodrigo Rodrigues 2026-09-09 17:05:21 +01:00 committed by GitHub
parent 4797a2ead8
commit 9fa78bf5ac
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