From e0576d0db8bbb0731ff0bb3af085a812d9a4d112 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Tue, 15 Oct 2024 15:44:21 +0100 Subject: [PATCH] update --- .github/workflows/vale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index ed7ce4f6a3f..d40211c59f7 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -73,7 +73,7 @@ jobs: continue-on-error: true # Ensure workflow continues even if Vale finds issues - name: Post summary comment if Vale finds issues - if: steps.vale-lint.outcome == 'failure' # Check if Vale found any linting issues + if: steps.vale-lint.conclusion == 'neutral' # Check if Vale found any linting issues run: | COMMENT="❗️Oh no, some Vale linting found issues! Please check the **Files changed** tab for detailed results and make the necessary updates." COMMENT+=$'\n'