fix(ci): keep production auto-deploy nonblocking #1746
Reference in New Issue
Block a user
Delete Branch "fix/prod-auto-deploy-nonblocking"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to #1740 main verification.
The canvas publish is now green, but the workspace-server publish workflow can still mark main red when the production auto-deploy side-effect is cancelled while waiting on separate CI contexts. The workflow already documents this job as branch-protection exempt and the image publish itself is the durable artifact.
Change: mark
deploy-productionascontinue-on-error: truewith the required mc#774 tracker comment, so a cancelled deploy side-effect does not fail the image publish workflow after the image has built/pushed.Verification:
git diff --checkQA approved: deploy side-effect is explicitly nonblocking; image publish remains required.
Approved.
Security approved: no new credential exposure; only job status semantics for deploy side-effect.
Approved.