diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 15c75af7d4f..7b58be3659b 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -61,7 +61,7 @@ env: jobs: pre-build-checks: - if: github.repository == 'apache/camel-quarkus' + if: github.repository == 'jamesnetherton/camel-quarkus' runs-on: ubuntu-latest outputs: continue-build: ${{ steps.pre-build-checks.outputs.continue-build }} @@ -562,7 +562,7 @@ jobs: EXAMPLE_MODULES: ${{matrix.examples}} shell: '/usr/bin/bash {0}' run: | - EXAMPLES_BRANCH="camel-quarkus-main" + EXAMPLES_BRANCH="test-report" if [[ ${GITHUB_REF_NAME} =~ [0-9]+.[0-9]+.x ]]; then EXAMPLES_BRANCH=${GITHUB_REF_NAME} @@ -570,7 +570,7 @@ jobs: EXAMPLES_BRANCH=${GITHUB_BASE_REF} fi - git clone --depth 1 --branch ${EXAMPLES_BRANCH} https://github.com/apache/camel-quarkus-examples.git \ + git clone --depth 1 --branch ${EXAMPLES_BRANCH} https://github.com/jamesnetherton/camel-quarkus-examples.git \ && cd camel-quarkus-examples \ && echo "Current Examples commit:" $(git rev-parse HEAD) \ && ./mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} org.l2x6.cq:cq-maven-plugin:2.10.0:examples-set-platform -Dcq.camel-quarkus.version=${CQ_VERSION}