We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34fc340 commit 52368e9Copy full SHA for 52368e9
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Slackbot notification
30
uses: Bandwidth/[email protected]
31
- if: always()
+ if: failure() && !github.event.pull_request.draft
32
with:
33
job-status: ${{ job.status }}
34
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
0 commit comments