Skip to content

Commit

Permalink
Set github actions max-parallel to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
smithumble committed Aug 13, 2024
1 parent 616cdef commit 77cdbd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-test-fast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
pytest-fast:
runs-on: ubuntu-latest
strategy:
max-parallel: 1
max-parallel: 5
matrix:
case:
- reporting
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-test-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
pytest-full:
runs-on: ubuntu-latest
strategy:
max-parallel: 1
max-parallel: 5
matrix:
case:
- reporting
Expand Down

0 comments on commit 77cdbd3

Please sign in to comment.