"docs/vscode:/vscode.git/clone" did not exist on "c236a621729edb92dbb3e1dedd448be76cb82211"
Unverified Commit 060fe61d authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Not send successful report (#17329)



* send report only if there is any failure
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent b3b9f99e
...@@ -773,5 +773,7 @@ if __name__ == "__main__": ...@@ -773,5 +773,7 @@ if __name__ == "__main__":
message = Message(title, ci_title, model_results, additional_results) message = Message(title, ci_title, model_results, additional_results)
# send report only if there is any failure
if message.n_failures:
message.post() message.post()
message.post_reply() message.post_reply()
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment