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 4475f35 commit ac91b5f
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 @@ -62,7 +62,7 @@ jobs:
echo "AUTHOR_ID=${AUTHOR_ID}" >> $GITHUB_OUTPUT
- name: slack notification
if: github.event_name == 'pull_request' && github.event.action == 'synchronize'
if: github.event_name == 'pull_request' && github.event.action != 'synchronize'
run: |
SLACK_MESSAGE='{"text":"PR 브랜치 분석","blocks":[{"type":"section","text":{"type":"mrkdwn","text":">*PR 브랜치 분석* \n>\n>*PR Author*\n>'
SLACK_MESSAGE+="${{ steps.author-slack.outputs.AUTHOR_NAME }}"
Expand Down

0 comments on commit ac91b5f

Please sign in to comment.