notify slack if build docs failed w/ burnettk
This commit is contained in:
parent
e9fdb9b0e9
commit
9cf9bb6bf0
|
@ -1,4 +1,4 @@
|
|||
name: Docs
|
||||
name: Build Docs
|
||||
|
||||
on:
|
||||
- push
|
||||
|
|
|
@ -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…
Reference in New Issue