diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index d31f1ccd85f..a5df6b02131 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -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 ! + message: Nightly APM Server benchmarks failed! SDH Duty assignee, please have a look and follow this ! # Notify result to Slack only on schedule (nightly run) - if: github.event_name == 'schedule'