Skip to content

Commit df95c7f

Browse files
committed
Fix jobs getting rate limited
1 parent f85dc82 commit df95c7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
timeout-minutes: 10
3939

4040
strategy:
41+
# Can't run in parallel otherwise we get rate limted
42+
max-parallel: 1
4143
matrix:
4244
os: [ubuntu-24.04, windows-2025, windows-2022, macos-14]
4345

0 commit comments

Comments
 (0)