1
0
Fork 0
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:
Kirill Shklyaev 2025-04-29 19:16:26 +03:00 committed by GitHub
parent 0998f2f4af
commit 0d44e265ab
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -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