diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index a7c8a04fd..111ed3c0b 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -89,3 +89,9 @@ steps: - *load-secrets - *cache-node-modules command: .buildkite/scripts/deploy-docs.sh + +notify: + - slack: + channels: + - '#buildkite-builds' + if: build.state == "failed" && build.branch == "main"