From 78ed73acc661c383f169d7643ed6a8812cf34ef7 Mon Sep 17 00:00:00 2001 From: Abdulbari Date: Wed, 22 Oct 2025 15:47:39 +0300 Subject: [PATCH] Update .gitea/workflows/sgeupdated.yml --- .gitea/workflows/sgeupdated.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.)"