diff --git a/.github/workflows/ci-cd-web-desktop.yml b/.github/workflows/ci-cd-web-desktop.yml index d963b55..4bbe2b3 100644 --- a/.github/workflows/ci-cd-web-desktop.yml +++ b/.github/workflows/ci-cd-web-desktop.yml @@ -273,9 +273,9 @@ jobs: echo "Disk usage (top 10 under $ROOT):" du -sh "$ROOT"/* 2>/dev/null | sort -rh | head -n 10 || true - - name: Restart web service with new code + - name: Restart web service with new code (skip — stack deploy already updated) + if: ${{ always() && false }} run: | - # Fail the job if the web service cannot restart docker service update --force sistema_web - name: Restart Convex backend service (optional)