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 ca134cd commit 4ae3368Copy full SHA for 4ae3368
.github/workflows/slack-notify.yml
@@ -12,12 +12,12 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Slack Notify on Failure
15
- if: ${{ success() }}
+ if: ${{ failure() }}
16
id: slack
17
uses: slackapi/slack-github-action@v1.24.0
18
with:
19
channel-id: 'C067F896WG5'
20
- slack-message: "Github CI result: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
+ slack-message: "Github CI Result: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
21
env:
22
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
23
# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
0 commit comments