[Chore] 격리 환경 테스트를 통과해야 main 과 develop 에 머지되게 한다 - #334
Merged
Merged
Conversation
- ci-prod 는 수동 실행이 아니라 main push 로 바로 배포를 시작하고, 이 워크플로를 기다리지 않는다 - 그래서 배포를 막는 것은 PR 단계이고, main 과 develop 의 branch protection 이 격리 환경 테스트를 required check 로 건다
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✔️ 연관 이슈
📝 작업 내용
격리 환경 테스트required check, 리뷰 승인은 요구하지 않음test.yml의 틀린 주석을 고쳤습니다.ci-prod를 수동 실행이라고 적어 뒀는데, 실제로는 main push 로 바로 배포를 시작하고 이 워크플로를 기다리지 않습니다(ci-prod.yml:3-5,ci-prod.yml:69).👤 사용자 영향
🔌 API 호환성
🗄️ DB migration
🔐 인증/권한
✅ 검증 결과
gh api repos/AI-SIP/OnO_BACKEND/branches/{main,develop}/protection으로 다시 조회해서 required check 가격리 환경 테스트(GitHub Actions), 관리자 강제 꺼짐, force push 꺼짐으로 들어간 것을 확인했습니다.🚀 배포 리스크
↩️ 롤백/대응 방법