Skip to content

Commit

Permalink
limit of parallel matrix jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss committed Nov 15, 2024
1 parent d42a43d commit 9d6cf5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
max-parallel: 2
profile: [ mainnet, testnet, mainnet-silo, testnet-silo ]
steps:
- name: Potential broken submodules fix
Expand Down Expand Up @@ -62,6 +63,7 @@ jobs:
strategy:
fail-fast: false
matrix:
max-parallel: 1
profile: [ mainnet, testnet ]
steps:
- name: Potential broken submodules fix
Expand Down

0 comments on commit 9d6cf5b

Please sign in to comment.