ci(actions): stop Draft PR suite fan-out - #409
Conversation
Co-Authored-By: Codex <noreply@openai.com> Signed-off-by: Seongho Bae <me@seonghobae.me>
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughPR 이벤트 유형과 동시 실행 조건을 조정했습니다. draft 또는 closed PR에서는 주요 CI 작업을 실행하지 않습니다. 관련 workflow 계약 테스트를 추가하고 갱신했습니다. ChangesCI 실행 제어
Estimated code review effort: 2 (Simple) | ~10 minutes ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
문제
Draft PR에서도 전체 JavaScript build/coverage, 세 브라우저 Playwright 설치·검증, Office Python job이 실행됐습니다. CI concurrency가 push를 ref 단위로 묶고 모든 이벤트를 취소 대상으로 삼아 non-PR evidence도 교체될 수 있었습니다.
변경
github.run_id로 독립시킵니다.converted_to_draft와closed가 기존 PR CI를 정리합니다.ready_for_review에서 현재 HEAD 검증을 다시 시작합니다.검증
Summary by CodeRabbit