From aaef5166002d6b73d81ea3418770fc1e954ed450 Mon Sep 17 00:00:00 2001 From: Jon Ross-Perkins Date: Tue, 7 Jan 2025 16:08:41 -0800 Subject: [PATCH] Fix job name for clang tidy (#4760) I think this will affect the name GH shows in some action UIs; this will more clearly disambiguate from tests.yaml actions. --- .github/workflows/clang_tidy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang_tidy.yaml b/.github/workflows/clang_tidy.yaml index 760ce84b28a84..4a5673303d81b 100644 --- a/.github/workflows/clang_tidy.yaml +++ b/.github/workflows/clang_tidy.yaml @@ -20,7 +20,7 @@ concurrency: cancel-in-progress: true jobs: - test: + clang-tidy: runs-on: ubuntu-22.04 steps: