Skip to content

Commit 1f3f3b0

Browse files
[EA3-212] refactor: Draft PR 스킵 및 PR 테스트 워크플로 조정
1 parent 1b5c394 commit 1f3f3b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
test:
13+
if: github.event.pull_request.draft == false
1314
runs-on: ubuntu-latest
1415
timeout-minutes: 15 # CI가 너무 오래 걸릴 때 무한 대기 방지 (필요시 늘려도 됨)
1516
strategy:

0 commit comments

Comments
 (0)