This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 313e3f2a6f Ensure correct branch is cloned for examples job in LTS CI
workflow
313e3f2a6f is described below
commit 313e3f2a6fd86baadf35498b74ba5a9f2185a2fc
Author: James Netherton <[email protected]>
AuthorDate: Tue Jul 7 09:04:49 2026 +0100
Ensure correct branch is cloned for examples job in LTS CI workflow
---
.github/workflows/quarkus-lts-ci-build.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/quarkus-lts-ci-build.yaml
b/.github/workflows/quarkus-lts-ci-build.yaml
index 8d42a31f63..08c0229206 100644
--- a/.github/workflows/quarkus-lts-ci-build.yaml
+++ b/.github/workflows/quarkus-lts-ci-build.yaml
@@ -378,6 +378,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
+ with:
+ ref: ${{ github.event.inputs.branch }}.x
+ fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 #
v5.4.0
with: