Update pr-validate.yaml

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-10-17 20:49:13 +02:00
committed by GitHub
parent 2be1c054e6
commit 092eeec71c
+6
View File
@@ -23,6 +23,10 @@ jobs:
id: collect-changes
uses: ./.github/actions/collect-changes
containers-build:
uses: ./.github/workflows/containers.build.yaml
charts-lint:
uses: ./.github/workflows/charts-lint.yaml
needs:
@@ -49,6 +53,8 @@ jobs:
- pr-changes
- charts-lint
print_head_msg:
name: Print commit message
runs-on: ubuntu-latest