From 3c60aef64f70c5938506234e7b9e3634cbd095b6 Mon Sep 17 00:00:00 2001 From: Trajan0x Date: Fri, 20 Oct 2023 13:21:50 +0100 Subject: [PATCH] disable max paralell to test out #1466 --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index cec4b07879..06f03f27ea 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -496,7 +496,7 @@ jobs: if: ${{ github.event_name != 'push' && needs.changes.outputs.unchanged_package_count_deps > 0 && contains(needs.pr_metadata.outputs.labels, 'needs-go-generate') }} strategy: fail-fast: false - max-parallel: 1 +# max-parallel: 1 matrix: # only do on agents for now. Anything that relies on solidity in a package should do this package: ${{ fromJSON(needs.changes.outputs.unchanged_deps) }}