From e1ce7069e56a3b26ae584d05ec4a6a72452dd279 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 24 Nov 2023 20:20:55 +0100 Subject: [PATCH] Update pr-validate.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/pr-validate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-validate.yaml b/.github/workflows/pr-validate.yaml index f09cafae5fb..ddfb2e0890a 100644 --- a/.github/workflows/pr-validate.yaml +++ b/.github/workflows/pr-validate.yaml @@ -72,8 +72,8 @@ jobs: - catalog-test - charts-test - charts-lint - - print_head_msg - if: needs.print_head_msg.outputs.head-commit-message == 'Commit bumped Chart Version' + - print_head_msg + if: ${{ contains( needs.print_head_msg.outputs.head-commit-message, 'update container image' ) }} name: Automerge and Approve build runs-on: ubuntu-latest steps: