This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch twice/ci-space-fix
in repository https://gitbox.apache.org/repos/asf/kvrocks.git

commit 2aed237820008dbcdafedf293b0af4b302445448
Author: Twice <[email protected]>
AuthorDate: Fri Dec 12 22:55:36 2025 +0800

    ci: apply maximizing build space step to all linux build jobs
---
 .github/workflows/kvrocks.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index 34ae32790..1b8884e81 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -240,7 +240,7 @@ jobs:
       RISCV_PATH: "/opt/riscv"
     steps:
       - name: Maximize build space
-        if: ${{ matrix.riscv_toolchain }}
+        if: ${{ startsWith(matrix.os, 'ubuntu') }}
         run: |
           # refer to https://github.com/easimon/maximize-build-space,
           # we take some ideas from this action but don't use it directly.

Reply via email to