Skip to content

Commit 52368e9

Browse files
committed
Update build.yml
1 parent 34fc340 commit 52368e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Slackbot notification
3030
uses: Bandwidth/[email protected]
31-
if: always()
31+
if: failure() && !github.event.pull_request.draft
3232
with:
3333
job-status: ${{ job.status }}
3434
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)