From 76d37d6038a7a2689030f3efbbcdfaf50bdccb20 Mon Sep 17 00:00:00 2001 From: Abdulbari Date: Wed, 22 Oct 2025 18:11:36 +0300 Subject: [PATCH] Update .gitea/workflows/sgeupdated.yml --- .gitea/workflows/sgeupdated.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/sgeupdated.yml b/.gitea/workflows/sgeupdated.yml index 09ccef4..4c50809 100644 --- a/.gitea/workflows/sgeupdated.yml +++ b/.gitea/workflows/sgeupdated.yml @@ -80,9 +80,9 @@ jobs: fi # 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 - fi + #if [ "$BACKEND_CHANGED" = false ] && [ "$FRONTEND_CHANGED" = false ]; then + #echo "♻️ No source changes detected. (Would restart containers here...)" + #docker compose up -d + #fi echo "✅ Check complete. (No rebuild or restart performed.)"