From b96bd3c7f2729ce4500fdc646c67ce68ec0ff7c5 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 17 Oct 2024 20:13:36 +0200 Subject: [PATCH] Update pr-validate.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/pr-validate.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-validate.yaml b/.github/workflows/pr-validate.yaml index f679afb9557..1db989251e2 100644 --- a/.github/workflows/pr-validate.yaml +++ b/.github/workflows/pr-validate.yaml @@ -38,7 +38,6 @@ jobs: needs: - pr-changes - charts-lint - if: ${{ !contains(github.event.pull_request.title, 'chart common') }} # Skip if PR title contains "chart common" with: checkoutCommit: ${{ needs.charts-changelog.outputs.commitHash }} chartChangesDetected: ${{ needs.pr-changes.outputs.addedOrModified }} @@ -49,6 +48,7 @@ jobs: needs: - pr-changes - charts-lint + - charts-test print_head_msg: name: Print commit message @@ -74,11 +74,11 @@ jobs: needs: - pr-changes - charts-lint + - charts-test - print_head_msg if: ${{ - contains(needs.print_head_msg.outputs.head-commit-message, 'By Renovate') || - contains(needs.print_head_msg.outputs.head-commit-message, '.all-contributorsrc') || - contains(github.event.pull_request.title, 'chart common') }} + contains(needs.print_head_msg.outputs.head-commit-message, 'by renovate') || + contains(needs.print_head_msg.outputs.head-commit-message, '.all-contributorsrc') }} name: Automerge and Approve build runs-on: ubuntu-latest continue-on-error: true