From fb096ddb7264fac88737721759dca88eb114b1ec Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 19 Oct 2024 20:09:11 +0200 Subject: [PATCH] Update pr-validate.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/pr-validate.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-validate.yaml b/.github/workflows/pr-validate.yaml index c7395d9b1bc..e773b843106 100644 --- a/.github/workflows/pr-validate.yaml +++ b/.github/workflows/pr-validate.yaml @@ -88,6 +88,7 @@ jobs: - charts-test - website-and-docs - print_head_msg + - common-tests steps: - name: Check Results run: | @@ -96,6 +97,7 @@ jobs: "${{ needs.charts-lint.result }}" != "success" || \ "${{ needs.charts-test.result }}" != "success" || \ "${{ needs.website-and-docs.result }}" != "success" || \ + "${{ needs.common-tests.result }}" != "success" || \ "${{ needs.print_head_msg.result }}" != "success" ]]; then echo "One or more jobs failed!" exit 1