From 388f5055672ac88052cc1cbad4d53f8f5b0422b4 Mon Sep 17 00:00:00 2001 From: Oleksandr Anyshchenko Date: Fri, 15 Nov 2024 15:02:14 +0000 Subject: [PATCH] decrease to amount of jobs to 1 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 23576adc1..62466fdea 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: runs-on: github-hosted-heavy-runner strategy: fail-fast: false - max-parallel: 2 + max-parallel: 1 matrix: profile: [ mainnet, testnet, mainnet-silo, testnet-silo ] steps: