From 4279057d702adf033c1d40d60ecb8395fadd7d03 Mon Sep 17 00:00:00 2001 From: Joao Gante Date: Thu, 8 May 2025 14:35:54 +0100 Subject: [PATCH] [CI] remove duplicated message on GH comment to run slow tests (#37970) duplicated msg --- .github/workflows/self-comment-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/self-comment-ci.yml b/.github/workflows/self-comment-ci.yml index 61d0866e75..d5f0cc82ec 100644 --- a/.github/workflows/self-comment-ci.yml +++ b/.github/workflows/self-comment-ci.yml @@ -145,7 +145,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} MODELS: ${{ needs.get-tests.outputs.models }} - BODY: "This comment contains run-slow, running the specified jobs:\n\nmodels: ${{ needs.get-tests.outputs.models }}\nquantizations: ${{ needs.get-tests.outputs.quantizations }}" + BODY: "\n\nmodels: ${{ needs.get-tests.outputs.models }}\nquantizations: ${{ needs.get-tests.outputs.quantizations }}" run: | gh api \ --method POST \