Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
parent
1f318985b1
commit
e1ce7069e5
|
@ -72,8 +72,8 @@ jobs:
|
||||||
- catalog-test
|
- catalog-test
|
||||||
- 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:
|
||||||
|
|
Loading…
Reference in New Issue