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