Skip to content

Commit

Permalink
feat(ci): set max simultaneous jobs for matrix strategies (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoin-tools authored Oct 11, 2024
1 parent c975d21 commit 8668076
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
max-parallel: 5
matrix:
job-purpose: [package, source]
os: [ubuntu-22.04, ubuntu-24.04, macos-latest, macos-15]
Expand Down Expand Up @@ -414,6 +415,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 5
matrix:
include:
- { container: Gentoo, dockerfile: Dockerfile_gentoo }
Expand Down

0 comments on commit 8668076

Please sign in to comment.