From f37a8fe109396f79e998177fe64275545cf749a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Thu, 3 Apr 2025 17:07:43 +0300 Subject: [PATCH] fix(pr-validate): update modifiedCharts input to include all changed files --- .github/workflows/pr-validate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-validate.yaml b/.github/workflows/pr-validate.yaml index 07aa539..797910d 100644 --- a/.github/workflows/pr-validate.yaml +++ b/.github/workflows/pr-validate.yaml @@ -92,7 +92,7 @@ jobs: - prepare with: isRenovatePR: ${{ needs.prepare.outputs.isRenovatePR }} - modifiedCharts: ${{ needs.prepare.outputs.addedOrModifiedCharts }} + modifiedCharts: ${{ needs.prepare.outputs.all_changed_files }} charts-lint: uses: ./.github/workflows/charts-lint.yaml