From efa3eb35110d908d5081cc328f41f1d0a040a327 Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Wed, 5 Jun 2024 15:52:37 +0200 Subject: [PATCH] [ci,clang-tidy-post] disable annotations --- .github/workflows/clang-tidy-post.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-tidy-post.yml b/.github/workflows/clang-tidy-post.yml index 5cea57f9e..742cee590 100644 --- a/.github/workflows/clang-tidy-post.yml +++ b/.github/workflows/clang-tidy-post.yml @@ -20,5 +20,5 @@ jobs: # lgtm_comment_body, max_comments, and annotations need to be set on the posting workflow in a split setup with: token: ${{ secrets.GITHUB_TOKEN }} - annotations: true + annotations: false max_comments: 10