From 43f4c442191bf6d44b86574cc423daac99227e86 Mon Sep 17 00:00:00 2001 From: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com> Date: Thu, 9 Dec 2021 11:00:57 +0100 Subject: [PATCH] test one single kind cluster at time to avoid pressure fails (#42) --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a19232..d26df15 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,6 +19,7 @@ jobs: needs: - lint-docs strategy: + max-parallel: 1 matrix: k8s: - v1.21.2