ci: always run slack notify
This commit is contained in:
parent
b8dbd65f76
commit
507c6b1914
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -412,6 +412,7 @@ jobs:
|
|||
path: /home/runner/work/release/release.tar.gz
|
||||
|
||||
- name: Notify on Slack
|
||||
if: ${{ always() }}
|
||||
uses: slackapi/slack-github-action@v1.23.0
|
||||
with:
|
||||
channel-id: ${{ secrets.SLACK_GH_BUILDS_CHANNEL_ID }}
|
||||
|
|
Loading…
Reference in a new issue