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

jark pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git


The following commit(s) were added to refs/heads/main by this push:
     new 128f65759 [github] Fix nightly build is failed
128f65759 is described below

commit 128f657592d9317456269dd0f0cbcf432cb4ac27
Author: Jark Wu <[email protected]>
AuthorDate: Tue Aug 12 16:11:02 2025 +0800

    [github] Fix nightly build is failed
---
 .github/workflows/ci-template.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-template.yaml 
b/.github/workflows/ci-template.yaml
index f6676aa5f..26c81ab59 100644
--- a/.github/workflows/ci-template.yaml
+++ b/.github/workflows/ci-template.yaml
@@ -48,7 +48,7 @@ jobs:
           distribution: 'temurin'
       - name: Build
         run: |
-          mvn -T 1C -B clean install -DskipTests
+          mvn -T 1C -B clean install -DskipTests ${{ inputs.maven-parameters }}
       - name: Test
         timeout-minutes: 60
         run: |

Reply via email to