Skip to content

Commit

Permalink
Try to limit parallel jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Medvedev committed Dec 21, 2023
1 parent f4d27c6 commit c04c2c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
runs-on: macos-latest

strategy:
# Safari has some problem with tabs
max-parallel: 1
matrix:
include:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
max-parallel: 3
matrix:
include:
- PY_VER: py38
Expand Down Expand Up @@ -55,6 +56,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
max-parallel: 3
matrix:
include:
- PY_VER: py38
Expand Down Expand Up @@ -97,6 +99,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
max-parallel: 3
matrix:
include:
- PY_VER: py38
Expand Down

0 comments on commit c04c2c4

Please sign in to comment.