From b2506f8912d4815d0bfd06ff692d6417b010a585 Mon Sep 17 00:00:00 2001 From: Rory Z <16801068+Rory-Z@users.noreply.github.com> Date: Mon, 15 Jan 2024 10:59:36 +0800 Subject: [PATCH] ci: set max-parallel to cts Signed-off-by: Rory Z <16801068+Rory-Z@users.noreply.github.com> --- .github/workflows/cts.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cts.yaml b/.github/workflows/cts.yaml index 6a84401d3..9a0c5e0f7 100644 --- a/.github/workflows/cts.yaml +++ b/.github/workflows/cts.yaml @@ -92,6 +92,8 @@ jobs: runs-on: ubuntu-latest needs: build-image strategy: + ## Set max parallel to 8 to avoid hitting the GitHub Actions concurrency limit + max-parallel: 8 fail-fast: false matrix: kubernetes-env: