From fab3d0653cb6b9c9f23b6f30ebb5e9a65af787d7 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Sat, 23 Mar 2024 18:13:34 +0200 Subject: [PATCH] CT lint dependency build Signed-off-by: Itay Grudev --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9e52d5051..2f836614a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -37,4 +37,4 @@ jobs: - name: Run chart-testing (lint) run: | - ct lint --target-branch=main --check-version-increment=false + ct lint --chart-repos cnpg-grafana=https://cloudnative-pg.github.io/grafana-dashboards --target-branch=main --check-version-increment=false