Skip to content

Commit

Permalink
Updated lint check.
Browse files Browse the repository at this point in the history
  • Loading branch information
antejavor committed Jul 19, 2024
1 parent 1617882 commit cb8a352
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-high-availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --check-version-increment=false
continue-on-error: true

- name: Create kind cluster
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-memgraph-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --check-version-increment=false
continue-on-error: true

- name: Create kind cluster
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-memgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --check-version-increment=false
continue-on-error: true

- name: Create kind cluster
Expand Down

0 comments on commit cb8a352

Please sign in to comment.