[skip ci] Change Nightly Notify Email from author to qa group (#11949)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/11953/head
Jenny Li 2021-11-17 10:41:11 +08:00 committed by GitHub
parent 5e550a8793
commit db67d0ed2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ pipeline {
body: '$DEFAULT_CONTENT',
recipientProviders: [requestor()],
replyTo: '$DEFAULT_REPLYTO',
to: "${authorEmail}"
to: "qa@zilliz.com"
}
}
}