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

@ -73,7 +73,7 @@ jobs:
- charts-test - charts-test
- charts-lint - charts-lint
- print_head_msg - print_head_msg
if: needs.print_head_msg.outputs.head-commit-message == 'Commit bumped Chart Version' if: ${{ contains( needs.print_head_msg.outputs.head-commit-message, 'update container image' ) }}
name: Automerge and Approve build name: Automerge and Approve build
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: