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

[chore] update cicd condition #13

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

drbug2000
Copy link
Collaborator

develop branch only process CI
main branch process CI & CD

📝 요약

CI/CD 조건 변경
develop branch에 PR or push 하면 CI 과정만 진행
main에 push 할때 (다른 branch에서 PR 요청할때) CI와 CD 동작

이슈 번호 : #10

🔖 변경 사항

✅ 리뷰 요구사항

📸 확인 방법

develop_branch_CI
develop branch에 push하면 다음과 같이 CI 과정만 진행됩니다.
deploy job이 보이긴 하지만 skip 되었다고 뜨면서 진행되지 않습니다.

  1. 다른 branch 에서 develop에 push 했을때
  2. develop branch 에서 PR을 생성했을때 ( main으로)
    main_branch_cicd
    main에 push되면 (PR을 승인해서 merge 했을때) CI와 CD가 모두 동작합니다.
    CI과정에서 error가 발생하면 CD가 진행되지 않습니다.

develop branch only process CI
main branch process CI & CD
@drbug2000 drbug2000 linked an issue Jul 16, 2024 that may be closed by this pull request
2 tasks
@seongjunnoh
Copy link
Collaborator

굳굳 고생하셨습니당!

@arkchive
Copy link
Collaborator

LGTM!

Copy link
Member

@hyunn522 hyunn522 left a comment

Choose a reason for hiding this comment

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

LGTM!!

@hyunn522 hyunn522 merged commit 984257d into develop Jul 16, 2024
3 checks passed
seongjunnoh pushed a commit that referenced this pull request Oct 30, 2024
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.

chore git action 진행 조건 변경
4 participants