Skip to content

Commit c640d1c

Browse files
authored
[MISC] Fix PR comment in case of perf regression (cont'd). (#1995)
1 parent 3535be0 commit c640d1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/alarm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,8 @@ jobs:
416416
const summary = (process.env.HAS_REGRESSIONS || '0') === '1'
417417
? '🔴 Regressions detected. See tables below.'
418418
: '✅ No regressions detected. See tables below.';
419-
await github.rest.checks.create({
419+
420+
const check = await github.rest.checks.create({
420421
owner: context.repo.owner,
421422
repo: context.repo.repo,
422423
head_sha: context.payload.workflow_run.head_sha,

0 commit comments

Comments
 (0)