Skip to content

Commit

Permalink
refactor: Limit concurrent jobs to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed May 11, 2023
1 parent f6d5e1f commit 88223d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/.github/workflows/ci.yml
Expand Up @@ -56,6 +56,7 @@ jobs:
tests:

strategy:
max-parallel: 4
matrix:
os:
- ubuntu-latest
Expand Down

0 comments on commit 88223d7

Please sign in to comment.