Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add max parallel restriction
  • Loading branch information
SBOne-Kenobi committed Dec 15, 2022
commit 5de077be4d0f08c8b420d4c88dae02390c432607
1 change: 1 addition & 0 deletions .github/workflows/collect-statistics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
needs: setup_matrix
continue-on-error: true
strategy:
max-parallel: 3
matrix:
value: ${{ fromJson(needs.setup_matrix.outputs.matrix) }}
project: ${{ fromJson(needs.setup_matrix.outputs.projects) }}
Expand Down