fix(ci): keep production auto-deploy nonblocking #1746

Merged
hongming merged 1 commits from fix/prod-auto-deploy-nonblocking into main 2026-05-23 22:40:31 +00:00
@@ -234,6 +234,8 @@ jobs:
name: Production auto-deploy
needs: build-and-push
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
# Side-effect deploy only; image publish success is the durable artifact. mc#774
continue-on-error: true
# Publish/release lane (internal#462) — production deploy of a merged
# fix; reserved capacity, never queued behind PR-CI.
runs-on: publish