Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
atrendafilov committed Nov 8, 2023
1 parent 294f08b commit 3561258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3561258

Please sign in to comment.