From 7fc9902943562a79e636093236c9ad5d347859d5 Mon Sep 17 00:00:00 2001 From: Rimuksh Kansal Date: Mon, 18 May 2026 21:16:09 +0900 Subject: [PATCH] bazel setup does not run with lint --- .github/actions/cpp-bazel/pre-merge/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/cpp-bazel/pre-merge/action.yml b/.github/actions/cpp-bazel/pre-merge/action.yml index 287c2c12ac..620fc245af 100644 --- a/.github/actions/cpp-bazel/pre-merge/action.yml +++ b/.github/actions/cpp-bazel/pre-merge/action.yml @@ -27,6 +27,7 @@ runs: using: "composite" steps: - name: Setup Bazel with cache + if: inputs.task != 'lint' uses: ./.github/actions/utils/setup-cpp-with-cache - name: Setup Rust with cache