diff --git a/.gitea/workflows/sgeupdated.yml b/.gitea/workflows/sgeupdated.yml index eecba1c..d630adb 100644 --- a/.gitea/workflows/sgeupdated.yml +++ b/.gitea/workflows/sgeupdated.yml @@ -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.)"