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 14:29:27 +01:00
committed by GitHub
parent 5e92b2fc6e
commit 04f3a7a593
+1 -1
View File
@@ -78,7 +78,7 @@ jobs:
- charts-test
- charts-lint
- print_head_msg
if: ${{ contains(needs.print_head_msg.outputs.head-commit-message, '[Commit bumped Chart Version]') }}
if: needs.print_head_msg.outputs.head-commit-message == 'Commit bumped Chart Version'
name: Automerge build
runs-on: ubuntu-latest
steps: