This is an automated email from the ASF dual-hosted git repository.
gansheer pushed a commit to branch camel-4.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.22.x by this push:
new 1876144f8f25 chore(ci): Adapt branch camel-4.22.x workflows
1876144f8f25 is described below
commit 1876144f8f25266a759e6eb1a2e435436784466a
Author: Gaelle Fournier <[email protected]>
AuthorDate: Fri Aug 14 16:27:48 2026 +0200
chore(ci): Adapt branch camel-4.22.x workflows
---
.github/workflows/camel-launcher-native-exe.yml | 4 ++--
.github/workflows/main-build.yml | 2 +-
.github/workflows/package-native-validation.yml | 4 ++--
.github/workflows/pr-build-main.yml | 4 ++--
.github/workflows/pr-ci-scripts-validation.yml | 2 +-
.github/workflows/pr-doc-validation.yml | 2 +-
6 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/camel-launcher-native-exe.yml
b/.github/workflows/camel-launcher-native-exe.yml
index 9c571ee280e1..cb067d40d90b 100644
--- a/.github/workflows/camel-launcher-native-exe.yml
+++ b/.github/workflows/camel-launcher-native-exe.yml
@@ -23,7 +23,7 @@ name: Camel launcher native exe build
on:
push:
branches:
- - main
+ - camel-4.22.x
paths:
- 'tooling/camel-exe/**'
- 'dsl/camel-jbang/camel-launcher/**'
@@ -31,7 +31,7 @@ on:
- '.github/workflows/camel-launcher-native-exe.yml'
pull_request:
branches:
- - main
+ - camel-4.22.x
paths:
- 'tooling/camel-exe/**'
- 'dsl/camel-jbang/camel-launcher/**'
diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml
index 5270ffaf4b84..4cacbab443d7 100644
--- a/.github/workflows/main-build.yml
+++ b/.github/workflows/main-build.yml
@@ -20,7 +20,7 @@ name: Main build
on:
push:
branches:
- - main
+ - camel-4.22.x
concurrency:
group: ${{ github.workflow }}-${{ github.sha }}
diff --git a/.github/workflows/package-native-validation.yml
b/.github/workflows/package-native-validation.yml
index 91092d0727cd..4027b4b6c79a 100644
--- a/.github/workflows/package-native-validation.yml
+++ b/.github/workflows/package-native-validation.yml
@@ -20,14 +20,14 @@ name: Package-native validation
on:
push:
branches:
- - main
+ - camel-4.22.x
paths:
- 'dsl/camel-jbang/camel-launcher/**'
- 'tooling/camel-exe/**'
- '.github/workflows/package-native-validation.yml'
pull_request:
branches:
- - main
+ - camel-4.22.x
paths:
- 'dsl/camel-jbang/camel-launcher/**'
- 'tooling/camel-exe/**'
diff --git a/.github/workflows/pr-build-main.yml
b/.github/workflows/pr-build-main.yml
index 7b9a9e4689f2..695bde237574 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -20,7 +20,7 @@ name: Build and test
on:
pull_request:
branches:
- - main
+ - camel-4.22.x
# CI-only changes don't need a full build. Use workflow_dispatch to
# test CI changes: gh workflow run "Build and test" -f pr_number=XXXX -f
pr_ref=branch-name
paths-ignore:
@@ -90,7 +90,7 @@ jobs:
# Scalpel needs the merge base between HEAD and the base branch.
# The checkout is depth=1; progressively deepen: 50 → 200 → 1000 →
full.
# Scalpel is observational — fetch failures must not break the build.
- BASE_REF="${GITHUB_BASE_REF:-main}"
+ BASE_REF="${GITHUB_BASE_REF:-camel-4.22.x}"
for depth in 50 200 1000; do
git fetch --deepen=$depth 2>/dev/null || true
git fetch --no-tags --depth=$depth origin
"${BASE_REF}:refs/remotes/origin/${BASE_REF}" 2>/dev/null || true
diff --git a/.github/workflows/pr-ci-scripts-validation.yml
b/.github/workflows/pr-ci-scripts-validation.yml
index 9697d7c676f2..a4690bf2aa59 100644
--- a/.github/workflows/pr-ci-scripts-validation.yml
+++ b/.github/workflows/pr-ci-scripts-validation.yml
@@ -19,7 +19,7 @@ name: PR CI scripts validation
on:
pull_request:
branches:
- - main
+ - camel-4.22.x
paths:
- '.github/actions/check-container-upgrade/**'
diff --git a/.github/workflows/pr-doc-validation.yml
b/.github/workflows/pr-doc-validation.yml
index a08af1d940ea..6865d731280a 100644
--- a/.github/workflows/pr-doc-validation.yml
+++ b/.github/workflows/pr-doc-validation.yml
@@ -19,7 +19,7 @@ name: PR doc validation
on:
pull_request:
branches:
- - main
+ - camel-4.22.x
paths:
- '**.adoc'
- 'docs/**/*'