mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-12 02:24:15 +00:00
notify slack on failure
This commit is contained in:
parent
ce4c58dcd7
commit
7502034005
4
.github/workflows/slack_notify.yml
vendored
4
.github/workflows/slack_notify.yml
vendored
@ -7,10 +7,10 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
send_notification:
|
send_notification:
|
||||||
if: ${{ failure() }}
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Send Slack notification
|
- name: Notify on Backend Tests failure
|
||||||
|
if: ${{ github.event.workflow_run.conclusion != 'success' }}
|
||||||
run: |
|
run: |
|
||||||
curl -X POST -H 'Content-type: application/json' \
|
curl -X POST -H 'Content-type: application/json' \
|
||||||
--data '{"text":"Workflow <${{ github.event.workflow_run.html_url }}|${{ github.event.workflow.name }}> failed!"}' \
|
--data '{"text":"Workflow <${{ github.event.workflow_run.html_url }}|${{ github.event.workflow.name }}> failed!"}' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user