mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
chore: prevent successful slack message from crashing the deploy job (#168364)
## Summary We've seen it the previous 2 times that the `create-deploy-tag.yml` is failing when it's about to send the success slack message. Now setting that step not to break the workflow - because in fact the tag is created and the process is running. The reasons why the slack messaging is failing to be investigated.
This commit is contained in:
parent
f947274f58
commit
1da69209bc
1 changed files with 1 additions and 0 deletions
1
.github/workflows/create-deploy-tag.yml
vendored
1
.github/workflows/create-deploy-tag.yml
vendored
|
@ -55,6 +55,7 @@ jobs:
|
|||
- name: Post Slack success message
|
||||
if: success()
|
||||
uses: slackapi/slack-github-action@v1.24.0
|
||||
continue-on-error: true
|
||||
with:
|
||||
payload: |
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue