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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new b4587fafd06 (chores) ci: do not fail fast on the matrix build for 
alternative OSes
b4587fafd06 is described below

commit b4587fafd061bb4550c265c2cb6caa6fbabaaa24
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Thu Jun 9 18:33:15 2022 +0200

    (chores) ci: do not fail fast on the matrix build for alternative OSes
---
 .github/workflows/alternative-os-build.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/alternative-os-build.yml 
b/.github/workflows/alternative-os-build.yml
index f952be8755b..1b8e9f00c2f 100644
--- a/.github/workflows/alternative-os-build.yml
+++ b/.github/workflows/alternative-os-build.yml
@@ -31,6 +31,7 @@ jobs:
     strategy:
       matrix:
         os: [windows-latest, macos-latest, windows-2019]
+      fail-fast: false
     steps:
       - uses: actions/checkout@v3
         with:

Reply via email to