From 3113e17524be04d56019c6f80344112685a2e53e Mon Sep 17 00:00:00 2001 From: Ante Javor Date: Fri, 16 Aug 2024 14:46:32 +0200 Subject: [PATCH] Exclude Memgraph and Memgraph HA. --- .github/workflows/lint-test-memgraph-lab.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test-memgraph-lab.yaml b/.github/workflows/lint-test-memgraph-lab.yaml index 51b9386..be9bb3f 100644 --- a/.github/workflows/lint-test-memgraph-lab.yaml +++ b/.github/workflows/lint-test-memgraph-lab.yaml @@ -53,4 +53,4 @@ jobs: - name: Run chart-testing (install) if: steps.list-changed.outputs.changed == 'true' - run: ct install --target-branch ${{ github.event.repository.default_branch }} + run: ct install --target-branch ${{ github.event.repository.default_branch }} --excluded-charts memgraph-high-availability, memgraph