notify slack if build docs failed w/ burnettk

This commit is contained in:
jasquat 2023-06-26 11:38:45 -04:00
parent e9fdb9b0e9
commit 9cf9bb6bf0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Docs
name: Build Docs
on:
- push

View File

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