From 49de00be1a8cb780d85450a5a77579f05eaa1331 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?= <6213398+bjw-s@users.noreply.github.com> Date: Thu, 17 Dec 2020 13:36:34 +0100 Subject: [PATCH] [workflow] Always run linting --- .github/workflows/lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 7a9695ca..8f6f21b8 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -39,7 +39,7 @@ jobs: - name: Run chart-testing (lint) id: lint run: ct lint --config .github/ct.yaml --excluded-charts "" - if: steps.list-changed.outputs.common == 'true' || steps.list-changed.outputs.common == 'true' + if: steps.list-changed.outputs.changed == 'true' || steps.list-changed.outputs.common == 'true' - name: Create kind cluster uses: helm/kind-action@v1.1.0