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/31 08:29:55 UTC

[camel-k] branch main updated: fix(ci): sequential update actions

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 8c3e580ae fix(ci): sequential update actions
8c3e580ae is described below

commit 8c3e580ae639a50b9b12038a5e924d8279fc1f0c
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Jul 31 10:29:50 2023 +0200

    fix(ci): sequential update actions
    
    Fixes #4596
---
 .github/workflows/nightly-automatic-updates.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/nightly-automatic-updates.yml b/.github/workflows/nightly-automatic-updates.yml
index fcdc02e1f..2dd4d3e57 100644
--- a/.github/workflows/nightly-automatic-updates.yml
+++ b/.github/workflows/nightly-automatic-updates.yml
@@ -29,6 +29,7 @@ jobs:
   auto-updates:
     strategy:
       fail-fast: false
+      max-parallel: 1
       matrix:
         ref-branch: [main, release-1.12.x, release-2.0.x]