Skip to content

Commit b5ed80b

Browse files
committed
foo
1 parent 3db2ff8 commit b5ed80b

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
@@ -326,7 +326,7 @@ jobs:
326326
if: always() # 실패해도 체크는 찍히도록
327327
uses: actions/github-script@v7
328328
env:
329-
CHECK_NAME: Benchmark Comparison & Alarm Regression
329+
CHECK_NAME: Benchmark Comparison
330330
COMMENT_BODY: ${{ env.SCRIPT_OUTPUT }} # 위에서 pr_comment.md를 env로 넣은 값
331331
with:
332332
script: |

0 commit comments

Comments
 (0)