Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BE] CD 과정에서의 불필요한 CI 과정을 제외한다. #501

Open
donghoony opened this issue Aug 21, 2024 · 0 comments
Open

[BE] CD 과정에서의 불필요한 CI 과정을 제외한다. #501

donghoony opened this issue Aug 21, 2024 · 0 comments

Comments

@donghoony
Copy link
Contributor

donghoony commented Aug 21, 2024

🔍 설명

  • CD 과정에서 CI가 포함돼 있어 PR 시 한 번, 머지 시 한 번 총 두 번 실행됩니다.
  • develop/release push 시 CI를 돌지 않도록 합니다. (PR 시에만 CI가 돌도록)
  • 여전히 CD 내부에 컴파일 + 테스트를 진행합니다.

🔥 할 일

  • develop, release 브랜치 push 이벤트 트리거 제거
  • CD할 때 테스트를 돌리는 지 반드시 확인

⏰ 예상 시간

  • 10m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant