Skip to content

Commit

Permalink
ci: step의 조건 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ503 authored Nov 9, 2023
1 parent 3fab6cc commit 4100389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend_pr_decorator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ jobs:
curl -X POST ${{ secrets.SLACK_WEBHOOK }} -d "${SLACK_MESSAGE}"
- name: settings java
if: cancelled()
if: failure()
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'

- name: cache gradle
if: success()
if: failure()
uses: actions/cache@v2
with:
path: |
Expand Down

0 comments on commit 4100389

Please sign in to comment.