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

dhanak pushed a commit to branch domhanak-pr-check-fix
in repository https://gitbox.apache.org/repos/asf/incubator-kie-docs.git

commit 1e4685c654f2c3f196f255415abb5425465c570b
Author: Dominik HanĂ¡k <[email protected]>
AuthorDate: Tue Jan 28 12:46:34 2025 +0100

    Update pull_request_no_chain.yml to allow PR check and preview later
---
 .github/workflows/pull_request_no_chain.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/pull_request_no_chain.yml 
b/.github/workflows/pull_request_no_chain.yml
index 205ff35f7..8c3858aa8 100644
--- a/.github/workflows/pull_request_no_chain.yml
+++ b/.github/workflows/pull_request_no_chain.yml
@@ -1,4 +1,4 @@
-name: Build
+name: Apache KIE Documentation - Build
 
 on: [ pull_request ]
 
@@ -10,18 +10,18 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest]
-        java-version: [8, 11]
-        maven-version: ['3.8.1']
+        java-version: [17]
+        maven-version: ['3.9.6']
     runs-on: ${{ matrix.os }}
     name: ${{ matrix.os }} - Java ${{ matrix.java-version }} - Maven
     steps:
     - uses: actions/checkout@v4
     - name: Java and Maven Setup
-      uses: kiegroup/kie-ci/.ci/actions/maven@main
+      uses: apache/incubator-kie-kogito-pipelines/.ci/actions/maven@main
       with:
         java-version: ${{ matrix.java-version }}
         maven-version: ${{ matrix.maven-version }}
         cache-key-prefix: ${{ runner.os }}-${{ matrix.java-version }}-maven${{ 
matrix.maven-version }}
         allow-snapshots: true
     - name: Build with Maven
-      run: mvn -B clean install --file pom.xml
+      run: mvn -B clean install --file pom.xml -Dfull


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to