This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 3.33.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit adb41606a8999e51f3ee3c71bcb7ca928c97f63d Author: James Netherton <[email protected]> AuthorDate: Tue Jul 7 13:03:39 2026 +0100 Ensure correct branch is cloned for examples job in CI workflow --- .github/workflows/ci-build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 209df8620a..dd6a8ccbfa 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -494,6 +494,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + with: + ref: ${{ env.CHECKOUT_REF }} + fetch-depth: 0 - name: Set up JDK 17 uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 with:
