Skip to content

Continue docs/versions/mirror publish on crates.io failure - #31

Open
zaniebot wants to merge 1 commit into
mainfrom
claude/fix-publish-failure-docs-KcrnQ
Open

Continue docs/versions/mirror publish on crates.io failure#31
zaniebot wants to merge 1 commit into
mainfrom
claude/fix-publish-failure-docs-KcrnQ

Conversation

@zaniebot

@zaniebot zaniebot commented May 6, 2026

Copy link
Copy Markdown
Owner

The announce job uses if: always() && ... to tolerate a
custom-publish-crates failure (astral-sh#19291). However, the downstream
custom-publish-docs, custom-publish-versions, and custom-publish-mirror
jobs had no explicit if: clause, so a transitively-failed graph caused
them to skip when crates publishing failed. Mirror the announce pattern
on these jobs so they run as long as announce succeeded.

The `announce` job uses `if: always() && ...` to tolerate a
`custom-publish-crates` failure (astral-sh#19291). However, the downstream
`custom-publish-docs`, `custom-publish-versions`, and `custom-publish-mirror`
jobs had no explicit `if:` clause, so a transitively-failed graph caused
them to skip when crates publishing failed. Mirror the `announce` pattern
on these jobs so they run as long as `announce` succeeded.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants