From 445f9256a151309bcd4567465731f377af786497 Mon Sep 17 00:00:00 2001 From: Abdulbari Date: Wed, 22 Oct 2025 17:53:16 +0300 Subject: [PATCH] Update sgeupdated pipeline v21+++++++ Commented the backend section --- .gitea/workflows/sgeupdated.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/sgeupdated.yml b/.gitea/workflows/sgeupdated.yml index 516ca80..969196f 100644 --- a/.gitea/workflows/sgeupdated.yml +++ b/.gitea/workflows/sgeupdated.yml @@ -51,6 +51,7 @@ jobs: FRONTEND_CHANGED=true fi + : <<'COMMENT' # Backend section if [ "$BACKEND_CHANGED" = true ]; then echo "⚡ Backend changes detected." @@ -63,6 +64,7 @@ jobs: else echo "✅ No backend changes." fi + COMMENT # Frontend section if [ "$FRONTEND_CHANGED" = true ]; then