Skip to content

Commit

Permalink
chore: prevent successful slack message from crashing the deploy job (#…
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
delanni authored Oct 9, 2023
1 parent f947274 commit 1da6920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-deploy-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- name: Post Slack success message
if: success()
uses: slackapi/[email protected]
continue-on-error: true
with:
payload: |
{
Expand Down

0 comments on commit 1da6920

Please sign in to comment.