From 697d455d06c3b24b510cd2f0f377afbad3db48f9 Mon Sep 17 00:00:00 2001 From: Elango Cheran Date: Wed, 6 Nov 2024 15:04:37 -0800 Subject: [PATCH] Change workflow name to trigger the 2nd workflow --- .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 87534c99..035c4cbb 100644 --- a/.github/workflows/clang-tidy-post.yml +++ b/.github/workflows/clang-tidy-post.yml @@ -3,7 +3,7 @@ name: Post clang-tidy review comments on: workflow_run: # The name field of the lint action - workflows: ["clang-tidy-review"] + workflows: [clang-tidy-review] types: - completed