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 765a3cf commit 9d88721
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/backend_pr_decorator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ jobs:
SLACK_MESSAGE+='"}}]}'
curl -X POST ${{ secrets.SLACK_WEBHOOK }} -d "${SLACK_MESSAGE}"
- name: test
if: always()
run: |
echo "${{ steps.slack-suggestion-notification.outcome }}"
- name: settings java
if: steps.slack-suggestion-notification.outcome == 'skipped'
Expand Down

0 comments on commit 9d88721

Please sign in to comment.