From fa7e91663acc65aafb66308328a1a7b838391e43 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 17 Oct 2024 20:02:54 +0200 Subject: [PATCH] Update pr-validate.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/pr-validate.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pr-validate.yaml b/.github/workflows/pr-validate.yaml index a805167858d..f679afb9557 100644 --- a/.github/workflows/pr-validate.yaml +++ b/.github/workflows/pr-validate.yaml @@ -44,6 +44,12 @@ jobs: chartChangesDetected: ${{ needs.pr-changes.outputs.addedOrModified }} modifiedCharts: ${{ needs.pr-changes.outputs.addedOrModifiedCharts }} + Website-and-Docs: + uses: ./.github/workflows/charts-release.yaml + needs: + - pr-changes + - charts-lint + print_head_msg: name: Print commit message runs-on: ubuntu-latest