From 8522be9745b8d445a50e7640b2b7e7f97f85dd6f Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Thu, 04 Aug 2022 10:02:01 +0000 Subject: [PATCH] Removed job dependencie. --- --- a/.github/workflows/node_build_test.yml +++ b/.github/workflows/node_build_test.yml @@ -26,7 +26,6 @@ # The type of runner that the job will run on runs-on: self-hosted-ci - needs: pre-requisites 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. -- gitstuff