From dd43af6b5b40c3dec5d84e9da68164d12cebe334 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 17 Oct 2024 20:27:02 +0200 Subject: [PATCH] Update pr-validate.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/pr-validate.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-validate.yaml b/.github/workflows/pr-validate.yaml index 1db989251e2..ace97d3378e 100644 --- a/.github/workflows/pr-validate.yaml +++ b/.github/workflows/pr-validate.yaml @@ -43,7 +43,7 @@ jobs: chartChangesDetected: ${{ needs.pr-changes.outputs.addedOrModified }} modifiedCharts: ${{ needs.pr-changes.outputs.addedOrModifiedCharts }} - Website-and-Docs: + website-and-docs: uses: ./.github/workflows/charts-release.yaml needs: - pr-changes @@ -75,6 +75,7 @@ jobs: - pr-changes - charts-lint - charts-test + - website-and-docs - print_head_msg if: ${{ contains(needs.print_head_msg.outputs.head-commit-message, 'by renovate') ||