Skip to content

Fix full release stage conditions - #11638

Merged
Heejae Chang (heejaechang) merged 1 commit into
mainfrom
fix/release-stage-conditions
Aug 14, 2026
Merged

Fix full release stage conditions#11638
Heejae Chang (heejaechang) merged 1 commit into
mainfrom
fix/release-stage-conditions

Conversation

@heejaechang

Copy link
Copy Markdown
Collaborator

Summary

Fix full Pyright release runs skipping all production stages after npm artifact validation.

RecoverNpmArtifact is intentionally skipped in full mode. The downstream stages used succeeded(), which evaluated false because that skipped stage was a transitive dependency through ValidateNpm. Check each stage's explicit prerequisite results instead.

Validation

This unblocks recovery of the tagged but unpublished 1.1.413 release.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 0ff3bd87-e2ce-4abb-9b7e-c1095364e159
@rchiodo

Copy link
Copy Markdown
Collaborator

🔒 Automated review in progress — Rich Chiodo (@rchiodo) is auto-reviewing this PR.

@rchiodo Rich Chiodo (rchiodo) left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved via Review Center.

@rchiodo Rich Chiodo (rchiodo) added the review-auto:approved Automated review: no blocking findings (approval posted). label Aug 14, 2026
@heejaechang
Heejae Chang (heejaechang) merged commit 789d827 into main Aug 14, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

review-auto:approved Automated review: no blocking findings (approval posted).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants