Skip to content

Commit b97e24e

Browse files
committed
foo
1 parent b5ed80b commit b97e24e

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
@@ -332,7 +332,7 @@ jobs:
332332
script: |
333333
const sha = context.payload.workflow_run.head_sha;
334334
const hasBody = Boolean(process.env.COMMENT_BODY && process.env.COMMENT_BODY.trim());
335-
const conclusion = hasBody ? 'failure' : 'success';
335+
const conclusion = hasBody ? 'success';
336336
const summary = hasBody
337337
? 'Benchmark regression detected. See details in the output.'
338338
: 'No regression detected.';

0 commit comments

Comments
 (0)