From 2d65a20431ddc12a1ffd87e785a7d7737b448532 Mon Sep 17 00:00:00 2001 From: Matej Vasek Date: Fri, 6 Oct 2023 20:11:37 +0200 Subject: [PATCH] Continue on error when one of runtimes fails --- .github/workflows/test-e2e-oncluster-runtime.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-e2e-oncluster-runtime.yaml b/.github/workflows/test-e2e-oncluster-runtime.yaml index bd732655d9..dde9088b5d 100644 --- a/.github/workflows/test-e2e-oncluster-runtime.yaml +++ b/.github/workflows/test-e2e-oncluster-runtime.yaml @@ -5,6 +5,7 @@ on: [pull_request] jobs: test: name: On Cluster RT Test + continue-on-error: true strategy: matrix: go: [1.20.2]