Update pr-validate.yaml

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten 2023-11-24 20:20:55 +01:00 committed by GitHub
parent 1f318985b1
commit e1ce7069e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: