-
Keep the publish chain alive when the soak stage is skipped
发布于
2026-06-12 05:05:55 +00:00 | 2138 次提交 在此版本后已推送到 mainWith soak_level=none the soak job is skipped; release-draft already
handles that with an explicit condition, but verify and the publish
jobs relied on the default success() check, which treats a skipped
ancestor as non-success and silently skips the whole publish chain.
Give each downstream job an explicit condition that only blocks on
real failures or cancellations.下载附件