Update sgeupdated pipeline v21++++

This commit is contained in:
2025-10-22 15:39:57 +03:00
parent 8c6e37ad72
commit 7f8a7b1bf8

View File

@@ -81,7 +81,7 @@ jobs:
# If no changes at all, just restart containers (commented out for now)
if [ "$BACKEND_CHANGED" = false ] && [ "$FRONTEND_CHANGED" = false ]; then
echo "♻️ No source changes detected. (Would restart containers here...)"
# docker compose up -d
docker compose up -d
fi
echo "✅ Check complete. (No rebuild or restart performed.)"