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

Ignore: ✏️ 릴리즈 CD 파이프라인 실행 스킵 키워드 추가 #129

Merged
merged 19 commits into from
Jul 15, 2024

Conversation

psychology50
Copy link
Member

작업 이유

  • 현재 태그를 생성하지 않는 경우에 강제로 CD 파이프라인이 실패하도록 만드는 방법밖에 존재하지 않음.
  • PR 접두사에 Ignore: 추가 시, CD 파이프라인이 중단되도록 설정

작업 사항

  • create-tag-and-release 파이프라인에 접두사 추출 job태깅 및 릴리즈 job 분리
  • 태깅 및 릴리즈 job 실행 조건
    • 접두사 추출 job이 성공적으로 수행되어야 함.
    • 추출된 접두사가 "Ignore"이 아니어야 함.
  release:
    needs: extract-info
    if: ${{ needs.extract-info.outputs.module != 'Ignore' }}

리뷰어가 중점적으로 확인해야 하는 부분

  • 개인 repo에서 테스트해보긴 했으나, 정상 동작 여부는 실행해봐야 알 듯.

발견한 이슈

  • 없음

@psychology50 psychology50 added the fix 기능 수정 label Jul 15, 2024
@psychology50 psychology50 self-assigned this Jul 15, 2024
@psychology50 psychology50 merged commit b5a9877 into dev Jul 15, 2024
1 check passed
@psychology50 psychology50 deleted the fix/ignore-keyword-release-cd branch July 15, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 기능 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant