fix typo
parent
294f08b127
commit
356125852d
|
@ -39,5 +39,5 @@ jobs:
|
|||
run: git rebase origin/main-source
|
||||
|
||||
- name: Validate
|
||||
if: '!contains(github.event.pull_request.title, "[modified charts]")'
|
||||
if: "!contains(github.event.pull_request.title, '[modified charts]')"
|
||||
run: partner-charts-ci validate
|
||||
|
|
Loading…
Reference in New Issue