From 25b34aabf7eb4cd151bea5fa712da2b99cc15c32 Mon Sep 17 00:00:00 2001 From: Volodymyr Manilo Date: Mon, 4 Nov 2024 12:04:55 +0100 Subject: [PATCH] parallel 3 jobs in group --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d475e13d..9e520b62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,7 @@ jobs: runs-on: ubuntu-latest if: "!github.event.pull_request.head.repo.fork" strategy: - max-parallel: 2 + max-parallel: 3 fail-fast: false matrix: terraform: @@ -176,11 +176,12 @@ jobs: runs-on: ubuntu-latest if: "!github.event.pull_request.head.repo.fork" strategy: - max-parallel: 2 + max-parallel: 3 fail-fast: false matrix: tofu: - '1.6.*' + - '1.7.*' - 'latest' steps: