We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1296fd9 + 009f13f commit 04c4316Copy full SHA for 04c4316
bench_runner/gh.py
@@ -74,6 +74,10 @@ def send_notification(body):
74
conf = config.get_bench_runner_config()
75
notification_issue = conf.get("notify", {}).get("notification_issue", 0)
76
77
+ if notification_issue == 0:
78
+ print("Not sending Github notification.")
79
+ return
80
+
81
print("Sending Github notification:")
82
print("---")
83
print(body)
0 commit comments