We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ed80b commit b97e24eCopy full SHA for b97e24e
.github/workflows/alarm.yml
@@ -332,7 +332,7 @@ jobs:
332
script: |
333
const sha = context.payload.workflow_run.head_sha;
334
const hasBody = Boolean(process.env.COMMENT_BODY && process.env.COMMENT_BODY.trim());
335
- const conclusion = hasBody ? 'failure' : 'success';
+ const conclusion = hasBody ? 'success';
336
const summary = hasBody
337
? 'Benchmark regression detected. See details in the output.'
338
: 'No regression detected.';
0 commit comments