This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new 905ed48be chore(ci): enable quarkus nightly on 2.3 branch
905ed48be is described below
commit 905ed48bec71fd0631bc9152437ccc2a90c5b13b
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Apr 25 12:23:09 2024 +0200
chore(ci): enable quarkus nightly on 2.3 branch
---
.github/workflows/nightly-native-test.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/nightly-native-test.yml
b/.github/workflows/nightly-native-test.yml
index 8b1b7bed8..0f1682fee 100644
--- a/.github/workflows/nightly-native-test.yml
+++ b/.github/workflows/nightly-native-test.yml
@@ -30,8 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- # We let it on main only because it's too much resource consuming
- ref-branch: [main]
+ ref-branch: [main, release-2.3.x]
if: github.repository == 'apache/camel-k'
runs-on: ubuntu-latest