This is an automated email from the ASF dual-hosted git repository. jark pushed a commit to branch ci-nightly in repository https://gitbox.apache.org/repos/asf/fluss.git
commit 5245a75988db079cdef47fe7d45a881e2cac7632 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: |
