Skip to content

Commit

Permalink
YW2-238 feat: 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
rilac1 committed Oct 14, 2023
1 parent 9ae9a71 commit 2f50aa0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
id: comment-branch
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -35,11 +36,3 @@ jobs:

- name: Build with Gradle
run: ./gradlew clean build

- name: Comment When All Step Was Passed
uses: peter-evans/create-or-update-comment@v2
if: success()
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
:white_check_mark: CI 통과

0 comments on commit 2f50aa0

Please sign in to comment.