Update pr-validate.yaml

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-10-17 20:02:54 +02:00
committed by GitHub
parent 20e58b5b6b
commit fa7e91663a
+6
View File
@@ -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