Update pr-validate.yaml

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-10-17 20:27:02 +02:00
committed by GitHub
parent 2e4b171471
commit dd43af6b5b
+2 -1
View File
@@ -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') ||