Skip to content

Commit

Permalink
[7.17] ci(slack-message): fix the error (backport #13493) (#13495)
Browse files Browse the repository at this point in the history
* ci(slack-message): fix the error (#13493)

(cherry picked from commit fd02bb0)

# Conflicts:
#	.github/workflows/benchmarks.yml

* Update .github/workflows/benchmarks.yml

---------

Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
  • Loading branch information
mergify[bot] and v1v committed Jun 25, 2024
1 parent e3d8abe commit f8a86f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,11 @@ jobs:

# Notify failure to Slack only on schedule (nightly run)
- if: failure() && github.event_name == 'schedule'
uses: elastic/oblt-actions/slack/notify-result@v1.8.0
uses: elastic/oblt-actions/slack/notify-result@v1
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: "#apm-server"
message: |
Nightly APM Server benchmarks failed! SDH Duty assignee, please have a look and follow this <https://github.com/elastic/observability-dev/blob/main/docs/apm/apm-server/runbooks/benchmarks.md|Runbook>!
message: Nightly APM Server benchmarks failed! SDH Duty assignee, please have a look and follow this <https://github.com/elastic/observability-dev/blob/main/docs/apm/apm-server/runbooks/benchmarks.md|Runbook>!

# Notify result to Slack only on schedule (nightly run)
- if: github.event_name == 'schedule'
Expand Down

0 comments on commit f8a86f0

Please sign in to comment.