Skip to content

Commit

Permalink
github-actions: notify if failure only when bump-golang (#13261)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored May 29, 2024
1 parent e340024 commit c06abe0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.UPDATECLI_GH_TOKEN }}

- uses: elastic/oblt-actions/slack/[email protected]
- if: ${{ failure() }}
uses: elastic/oblt-actions/slack/[email protected]
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: "#apm-server"
Expand Down

0 comments on commit c06abe0

Please sign in to comment.