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

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

commit d144f5db318a39a47ae9fe3b63bf9cea8353f5f7
Author: Tadayoshi Sato <[email protected]>
AuthorDate: Wed Nov 16 22:37:02 2022 +0900

    chore(e2e): disable fail-fast for builder tests
---
 .github/workflows/builder.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml
index 1a474b422..e31e3dfbb 100644
--- a/.github/workflows/builder.yml
+++ b/.github/workflows/builder.yml
@@ -69,6 +69,7 @@ jobs:
     runs-on: ubuntu-20.04
 
     strategy:
+      fail-fast: false
       matrix:
         publisher: ["Buildah", "Spectrum", "Kaniko"]
 

Reply via email to