Removing step summary.

This commit is contained in:
2025-10-28 06:48:52 -04:00
parent 0fdec9cd23
commit f88c107ccb
@@ -112,7 +112,7 @@ jobs:
modified_svcs=$(grep -E ': modified' service_changes.txt | cut -d':' -f1 | sort | uniq)
removed_svcs=$(grep -E ': removed' service_changes.txt | cut -d':' -f1 | sort | uniq)
# Gather list of modified/added services (ignore removed for build/test)
# Gather list of modified/added services
mod_svcs=$( (echo "$added_svcs"; echo "$modified_svcs") | tr ' ' '\n' | sort -u | grep -v '^$' || true)
if [ -z "$mod_svcs" ]; then
@@ -154,6 +154,8 @@ jobs:
echo "$removed_svcs" >> "$GITHUB_OUTPUT"
echo "EOF" >> "$GITHUB_OUTPUT"
# Always exit cleanly
exit 0
docker-compose-dry-run:
name: Docker Compose Dry Run