diff --git a/.github/workflows/clang-tidy-review-comments.yml b/.github/workflows/clang_tidy_review_comments.yml similarity index 91% rename from .github/workflows/clang-tidy-review-comments.yml rename to .github/workflows/clang_tidy_review_comments.yml index 5780fe1d2..be01d3432 100644 --- a/.github/workflows/clang-tidy-review-comments.yml +++ b/.github/workflows/clang_tidy_review_comments.yml @@ -18,14 +18,15 @@ on: workflow_run: # The name field of the lint action # Defined in lint.yml workflow - workflows: ["Static Checks"] + workflows: + - Static Checks types: - completed jobs: - build: + post-clang-tidy: + name: Post clang-tidy review comments runs-on: ubuntu-latest - steps: - uses: ZedThree/clang-tidy-review/post@v0.14.0 # lgtm_comment_body, max_comments, and annotations need to be set on the posting workflow in a split setup