From a85410a0f413054911c398c9df6178ccfdba7c12 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Thu, 11 Aug 2022 20:54:49 +0000 Subject: [PATCH] Enable continue-on-errors. --- --- a/.github/workflows/forkless-update-nodata.yml +++ b/.github/workflows/forkless-update-nodata.yml @@ -26,7 +26,7 @@ name: Build Container, Spin it Up an test - continue-on-error: false #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false. + continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false. strategy: matrix: -- gitstuff