Skip to content

Commit 2184d77

Browse files
committed
foo
1 parent 89071a3 commit 2184d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/alarm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
check_body = "\n".join(summary_top + ["", "<details><summary>Benchmark details</summary>", "", *table_lines, "", "</details>"])
282282
283283
# ----- compose COMMENT body -----
284-
if reg_found:
284+
if True: #reg_found:
285285
comment_body = "\n".join([
286286
":warning: **Benchmark comparison vs W&B baselines**",
287287
f"- Baselines considered: **{len(rev_order)}** commits",

0 commit comments

Comments
 (0)