Update pr-validate.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten-Lebbing
2022-11-15 11:35:36 +01:00
committed by GitHub
parent 3a503bbcf3
commit 33dedbe10b

View File

@@ -76,7 +76,7 @@ jobs:
- charts-test
- charts-lint
- print_head_msg
if: ${{ !contains(needs.print_head_msg.outputs.head-commit-message, '[Commit bumped Chart Version]') }}
if: ${{ contains(needs.print_head_msg.outputs.head-commit-message, '[Commit bumped Chart Version]') }}
name: Automerge build
runs-on: ubuntu-latest
steps: