From a92c96b4224f9efdf6bf182e4bb65d78cc7c912d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Thu, 6 Jan 2022 12:02:00 +0100 Subject: [PATCH] ci: Update validate CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs --- .github/workflows/charts-validate.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/charts-validate.yaml b/.github/workflows/charts-validate.yaml index aa3ed37f..b742ca0e 100644 --- a/.github/workflows/charts-validate.yaml +++ b/.github/workflows/charts-validate.yaml @@ -253,7 +253,9 @@ jobs: lint_success: needs: - lint - if: ${{ always() }} + if: | + always() && + needs.lint.result != 'skipped' name: Lint successful runs-on: ubuntu-20.04 steps: @@ -342,7 +344,9 @@ jobs: needs: - changes-install - install - if: ${{ always() }} + if: | + always() && + needs.install.result != 'skipped' name: Install successful runs-on: ubuntu-20.04 steps: