Skip to content

Commit

Permalink
#9082: add slack notification to t3k profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed Jun 25, 2024
1 parent 2d327c2 commit 756d10a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/t3000-profiler-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ jobs:
timeout-minutes: 30
run: |
./tests/scripts/run_profiler_regressions.sh
- uses: ./.github/actions/slack-report
if: ${{ failure() }}
with:
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
owner: U03BJ1L3LUQ # Mo Memarian

0 comments on commit 756d10a

Please sign in to comment.