From cc8d0b24f2f361a3d6f0c7f82db76168af8c93a0 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Wed, 8 Jan 2025 08:32:52 +0000 Subject: [PATCH] Fix clang-tidy to run on the merge queue Without this, the merge queue blocks on results but they never get triggered and show up. This will need to merge before we re-enable `clang-tidy` enforcement on the trunk branch. --- .github/workflows/clang_tidy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clang_tidy.yaml b/.github/workflows/clang_tidy.yaml index 4a5673303d81b..dba9cad5593bd 100644 --- a/.github/workflows/clang_tidy.yaml +++ b/.github/workflows/clang_tidy.yaml @@ -8,6 +8,7 @@ on: push: branches: [trunk, action-test] pull_request: + merge_group: permissions: contents: read # For actions/checkout.