Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
PR 코멘트는 pr일때만 보내도록 변경
  • Loading branch information
This2sho authored Mar 5, 2024
1 parent 9707771 commit aa127b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

- name: 테스트 결과를 PR에 코멘트로 등록합니다
uses: EnricoMi/publish-unit-test-result-action@v2
if: github.event_name == 'pull_request'
with:
files: '**/build/test-results/test/TEST-*.xml'

Expand Down

0 comments on commit aa127b5

Please sign in to comment.