ci(buildkite): add notification webhook for blocked PRs (#2077)
parent
983054f2b5
commit
91a2cc1caa
|
@ -40,4 +40,8 @@ steps:
|
|||
- label: ":rocket: Setup Deployment"
|
||||
command: ".buildkite/deployment.sh | buildkite-agent pipeline upload"
|
||||
if: build.pull_request.repository.fork == true
|
||||
|
||||
notify:
|
||||
- webhook: "<REDACTED WEBHOOK_URL>"
|
||||
if: build.state == "blocked"
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue