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

[FIX] develop에 PR 시 action 스킵되는 오류 수정 #34

Merged
merged 3 commits into from
Jul 7, 2024

Conversation

Kjiw0n
Copy link
Contributor

@Kjiw0n Kjiw0n commented Jul 6, 2024

작업 내용 🧑‍💻

  • develop에 PR시 액션이 실행되지 않고 스킵되는 문제를 수정하였습니다.
    if문이 develop 브랜치가 PR을 올릴 때 액션이 돌아가도록 설정되어있어서ㅜㅜ, 해당 부분 삭제하였습니다!
  • 테스트 설정을 아직 따로 하지 않아서, yarn test 부분도 삭제하였습니다! 추후에 테스트 설정 시 추가하면 될 것 같아요

알게된 점 🚀

기록하며 개발하기!

  • if에 develop에 pr 시 돌아가도록 하였는데, 제대로 적용되지 않았습니다.
    github.ref는 PR의 헤드 브랜치가 되며, github.base_ref가 타겟 브랜치(이 경우엔 develop)라는 구분을 알았다!
    https://velog.io/@excellent/Github-Action-Context
    https://docs.github.com/ko/actions
    (처음 논의한 의도대로 on 으로 설정한 모든 경우에 ci도 돌아가도록 if 문을 삭제하였습니다)

리뷰 요구사항 💬

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

  • 의도대로 설정되었는지 확인 부탁드립니다 ㅎㅎㅜㅜ

관련 이슈

close #33

스크린샷 (선택)

문제 상황

image

@Kjiw0n Kjiw0n force-pushed the fix/#33-cicd-fix branch from 85dc717 to 9a91b5b Compare July 6, 2024 07:21
@seong-hui seong-hui merged commit e0aa783 into develop Jul 7, 2024
2 checks passed
@wrryu09 wrryu09 deleted the fix/#33-cicd-fix branch July 10, 2024 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[FIX] develop에 PR 시 action 스킵되는 부분 수정
3 participants