Skip to content

Commit

Permalink
disable max paralell to test out #1466
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Oct 20, 2023
1 parent e63c850 commit 3c60aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down

0 comments on commit 3c60aef

Please sign in to comment.