From f7c070cb09befce71ad66a05c3e679c41a703929 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:10:20 +0900 Subject: [PATCH] chore(gh): tweak workflow --- .github/workflows/backend-diagnostics.comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-diagnostics.comment.yml b/.github/workflows/backend-diagnostics.comment.yml index a19166a319..9519f89437 100644 --- a/.github/workflows/backend-diagnostics.comment.yml +++ b/.github/workflows/backend-diagnostics.comment.yml @@ -71,6 +71,6 @@ jobs: if: failure() && steps.load-pr-num.outputs.pr-number with: pr-number: ${{ steps.load-pr-num.outputs.pr-number }} - comment-tag: show_memory_diff_error + comment-tag: show_memory_diff message: | An error occurred while comparing backend memory usage. See [workflow logs](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) for details.