Skip to content

Commit 479ce38

Browse files
authored
fix(helm): Fix renovate/dependabot helper (#13438)
1 parent 86a8744 commit 479ce38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/helm-docs-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
docs_updates:
1414
name: Update documentation
1515
runs-on: ubuntu-latest
16-
if: startsWith(github.head_ref, 'renovate/') or startsWith(github.head_ref, 'dependabot/')
16+
if: startsWith(github.head_ref, 'renovate/') || startsWith(github.head_ref, 'dependabot/')
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)