mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2026-09-18 16:03:54 +00:00
Compare commits
No commits in common. "main" and "5.0.0" have entirely different histories.
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -58,6 +58,10 @@ 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user