mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-15 12:44:52 +00:00
notify slack if build docs failed w/ burnettk
This commit is contained in:
parent
e9fdb9b0e9
commit
9cf9bb6bf0
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Docs
|
||||
name: Build Docs
|
||||
|
||||
on:
|
||||
- push
|
||||
|
2
.github/workflows/slack_notify.yml
vendored
2
.github/workflows/slack_notify.yml
vendored
@ -2,7 +2,7 @@ name: Slack Notification
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Backend Tests", "Frontend Tests", "Docker Image For Main Builds", "Release Builds"]
|
||||
workflows: ["Backend Tests", "Frontend Tests", "Docker Image For Main Builds", "Release Builds", "Build Docs"]
|
||||
types: [completed]
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user