mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-08 05:47:07 +09:00
perftests-macos: triggering alerts if fails
Signed-off-by: Kirill Shklyaev <kirill@anytype.io>
This commit is contained in:
parent
0998f2f4af
commit
0d44e265ab
1 changed files with 11 additions and 0 deletions
11
.github/workflows/perftests.yml
vendored
11
.github/workflows/perftests.yml
vendored
|
@ -110,6 +110,17 @@ jobs:
|
|||
name: traces-macos
|
||||
path: |
|
||||
*.log
|
||||
- name: Report Status when failure
|
||||
if: always()
|
||||
uses: ravsamhq/notify-slack-action@2
|
||||
with:
|
||||
status: ${{ job.status }}
|
||||
notify_when: "failure"
|
||||
notification_title: "{workflow}: {job} has {status_message}"
|
||||
footer: "Linked Repo <{repo_url}|{repo}>"
|
||||
message_format: "{emoji} *{job}* from *{workflow}* {status_message} in <{repo_url}|{repo}>"
|
||||
env:
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_ALERT_WEBHOOK }}
|
||||
|
||||
perftests-windows:
|
||||
timeout-minutes: 60
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue