Skip to content

PR에서는 Docker 이미지 빌드를 건너뛴다#4

Merged
robin-maki merged 1 commit intomainfrom
codex/skip-docker-build-on-pr
Apr 13, 2026
Merged

PR에서는 Docker 이미지 빌드를 건너뛴다#4
robin-maki merged 1 commit intomainfrom
codex/skip-docker-build-on-pr

Conversation

@robin-maki
Copy link
Copy Markdown
Member

변경 사항

  • docker-build 워크플로우에서 pull_request 트리거를 제거했습니다.
  • PR 생성/업데이트 시에는 Docker Buildx와 이미지 빌드 단계가 아예 실행되지 않도록 정리했습니다.
  • Docker 이미지는 main 브랜치 푸시와 수동 실행에서만 빌드되도록 유지했습니다.

중점 리뷰 포인트

  • PR 이벤트에서 Docker Build 워크플로우가 더 이상 나타나지 않는지
  • main 브랜치 푸시와 workflow_dispatch 경로에서는 기존처럼 이미지 빌드가 유지되는지

@robin-maki robin-maki force-pushed the codex/skip-docker-build-on-pr branch from 8a033b3 to 0dc6ede Compare April 13, 2026 07:46
@robin-maki robin-maki marked this pull request as ready for review April 13, 2026 07:47
@robin-maki robin-maki added this pull request to the merge queue Apr 13, 2026
Merged via the queue into main with commit 8b720ad Apr 13, 2026
1 check passed
@robin-maki robin-maki deleted the codex/skip-docker-build-on-pr branch April 13, 2026 07:47
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.

1 participant