We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dee4d0 commit d806053Copy full SHA for d806053
bench_runner/gh.py
@@ -73,6 +73,10 @@ def benchmark(
73
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("---")
0 commit comments