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 2d3d0af989ae3ff2b26adcf15d56fb7f685975a2 Author: James Netherton <[email protected]> AuthorDate: Tue May 5 10:54:09 2026 +0100 Add selected LTS branch into LTS workflow run name --- .github/workflows/quarkus-lts-ci-build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/quarkus-lts-ci-build.yaml b/.github/workflows/quarkus-lts-ci-build.yaml index 1711168d11..307ca5bb39 100644 --- a/.github/workflows/quarkus-lts-ci-build.yaml +++ b/.github/workflows/quarkus-lts-ci-build.yaml @@ -16,6 +16,7 @@ # name: Camel Quarkus LTS CI +run-name: Camel Quarkus LTS CI - ${{ github.event.inputs.branch }}.x on: workflow_dispatch:
