Skip to content

Commit cc58607

Browse files
committed
set max-parallel on ci-lint so we don't get 429ed by gitub
1 parent ccaf2d2 commit cc58607

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
needs: detect-modules
2929
runs-on: ubuntu-latest
3030
strategy:
31+
max-parallel: 1
3132
matrix:
3233
modules: ${{ fromJSON(needs.detect-modules.outputs.modules) }}
3334
steps:

0 commit comments

Comments
 (0)