Skip to content

Fix PR Build: trigger on ready_for_review#5

Closed
ncipollina wants to merge 1 commit into
mainfrom
fix-pr-build-draft-trigger
Closed

Fix PR Build: trigger on ready_for_review#5
ncipollina wants to merge 1 commit into
mainfrom
fix-pr-build-draft-trigger

Conversation

@ncipollina

Copy link
Copy Markdown
Contributor

Summary

  • Follow-up to PR Add PR build workflow #3's Codex feedback: pull_request without explicit types: only fires on opened/synchronize/reopened, not ready_for_review. Combined with the reusable workflow itself skipping draft PRs, a draft PR later marked ready (no new commit) would never get built.
  • Adds types: [opened, synchronize, reopened, ready_for_review] to the trigger.

Test plan

  • YAML validated
  • This PR's own build run is the verification (triggers on opened, same path as before)

🤖 Generated with Claude Code

…pened

pull_request without an explicit types: list only fires on opened,
synchronize, and reopened - not ready_for_review. Combined with the
reusable workflow itself skipping draft PRs, a PR opened as draft and
later marked ready (with no new commit) would never get built.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@ncipollina

Copy link
Copy Markdown
Contributor Author

Closing — folded into PR #4 to keep this consolidated into one PR instead of scattered across branches. Same fix (types: ready_for_review), same commit content.

@ncipollina ncipollina closed this Jul 17, 2026
@ncipollina
ncipollina deleted the fix-pr-build-draft-trigger branch July 17, 2026 15:58
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.

1 participant