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:24:42 UTC

[camel-k] branch release-2.0.x updated: fix(ci): revert branches

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch release-2.0.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-2.0.x by this push:
     new 3571730e1 fix(ci): revert branches
3571730e1 is described below

commit 3571730e103fde77d724509d6aafddfc0a8f6197
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