You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/07/14 09:23:46 UTC

[camel-k] branch main updated: fix(ci): revert branches

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 ddac4bf58 fix(ci): revert branches
ddac4bf58 is described below

commit ddac4bf58edd1d73287bda3303b5667750a3db06
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Fri Jul 14 11:23:03 2023 +0200

    fix(ci): revert branches
---
 .github/workflows/nightly-automatic-updates.yml | 2 +-
 .github/workflows/nightly-native-test.yml       | 2 +-
 .github/workflows/nightly-release.yml           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/nightly-automatic-updates.yml b/.github/workflows/nightly-automatic-updates.yml
index 0c8a4778f..fcbca7ada 100644
--- a/.github/workflows/nightly-automatic-updates.yml
+++ b/.github/workflows/nightly-automatic-updates.yml
@@ -30,7 +30,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        ref-branch: [main, release-2.0.x, release-2.0.x]
+        ref-branch: [main, release-1.12.x, release-2.0.x]
 
     if: github.repository == 'apache/camel-k'
     runs-on: ubuntu-latest
diff --git a/.github/workflows/nightly-native-test.yml b/.github/workflows/nightly-native-test.yml
index c8410a472..5905bd65e 100644
--- a/.github/workflows/nightly-native-test.yml
+++ b/.github/workflows/nightly-native-test.yml
@@ -30,7 +30,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        ref-branch: [main, release-2.0.x, release-2.0.x]
+        ref-branch: [main, release-1.12.x, release-2.0.x]
 
     if: github.repository == 'apache/camel-k'
     runs-on: macos-12
diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml
index 2d6b8fa7a..fce3b553a 100644
--- a/.github/workflows/nightly-release.yml
+++ b/.github/workflows/nightly-release.yml
@@ -35,7 +35,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        ref-branch: [main, release-2.0.x, release-2.0.x]
+        ref-branch: [main, release-1.12.x, release-2.0.x]
 
     if: github.repository == 'apache/camel-k'
     runs-on: ubuntu-latest