From d93297b3d078d2191935acf4c53ba302c08fd427 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 22 Apr 2021 10:38:48 -0400 Subject: [PATCH] actions: clang: do not post comment to pr disable comments for now to avoid any confusion. also update action version to v1.12 Signed-off-by: Anas Nashif --- .github/workflows/clang.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/clang.yaml b/.github/workflows/clang.yaml index 5663a419e84fcf..06b3780c69d3da 100644 --- a/.github/workflows/clang.yaml +++ b/.github/workflows/clang.yaml @@ -82,8 +82,9 @@ jobs: run: ls -R - name: Publish Unit Test Results - uses: EnricoMi/publish-unit-test-result-action@v1.6 + uses: EnricoMi/publish-unit-test-result-action@v1.12 with: check_name: Unit Test Results github_token: ${{ secrets.GITHUB_TOKEN }} files: "**/twister.xml" + comment_on_pr: false