From 537aac91d0f17ced6c74c8e17c349a95e51a68d1 Mon Sep 17 00:00:00 2001 From: Isaac Hudson Date: Thu, 9 Jul 2026 08:36:24 -0700 Subject: [PATCH] Send slack notification when main build fails --- .buildkite/pipeline.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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"