Skip to content

Commit

Permalink
actions: clang: do not post comment to pr
Browse files Browse the repository at this point in the history
disable comments for now to avoid any confusion.
also update action version to v1.12

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
  • Loading branch information
nashif committed Apr 23, 2021
1 parent d0d1bc4 commit d93297b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/clang.yaml
Expand Up @@ -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

0 comments on commit d93297b

Please sign in to comment.