This is an automated email from the ASF dual-hosted git repository.
hubcio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/master by this push:
new 3628cec26 fix(ci): disable bazel cache for cpp linting (#3281)
3628cec26 is described below
commit 3628cec2628ef62cf408ef1b86586b19441009df
Author: Rimuksh Kansal <[email protected]>
AuthorDate: Wed May 20 06:39:03 2026 +0900
fix(ci): disable bazel cache for cpp linting (#3281)
---
.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 287c2c12a..620fc245a 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