Skip to content

Commit a37a75b

Browse files
committed
Re-add max parallel so we don't hit ngrok rate limits.
1 parent 244db1d commit a37a75b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626

2727
strategy:
2828
fail-fast: false
29+
max-parallel: 3
2930
matrix:
3031
os: [ ubuntu-latest, macos-latest, windows-latest ]
3132
python-version: [ "3.12" ]

0 commit comments

Comments
 (0)