Skip to content

Commit

Permalink
ci: 검증 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ503 authored Nov 9, 2023
1 parent d8b5028 commit 86ce87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend_pr_decorator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
curl -X POST ${{ secrets.SLACK_WEBHOOK }} -d "${SLACK_MESSAGE}"
- name: settings java
if: failure()
if: success()
uses: actions/setup-java@v3
with:
java-version: '17'
Expand Down

0 comments on commit 86ce87d

Please sign in to comment.