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 bff152c30 chore(ci): action not available in 2.3
bff152c30 is described below
commit bff152c304246e5800e084749355e703856c6135
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Wed Aug 14 09:03:01 2024 +0200
chore(ci): action not available in 2.3
---
.github/workflows/nightly-install-olm.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/nightly-install-olm.yml
b/.github/workflows/nightly-install-olm.yml
index 1ae89d381..e2ebca0c9 100644
--- a/.github/workflows/nightly-install-olm.yml
+++ b/.github/workflows/nightly-install-olm.yml
@@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- ref-branch: [main, release-2.3.x, release-2.4.x]
+ ref-branch: [main, release-2.4.x]
if: github.repository == 'apache/camel-k'
runs-on: ubuntu-latest