Skip to content

Commit 60afd08

Browse files
trentmPeterEinberger
authored andcommitted
ci: drop max-parallel for GH actions (elastic#3191)
Earlier in elastic#3180 we added max-parallel:15 as an attempted workaround errors in the "actions/checkout@v2" (elastic#3179). We also changed to "actions/checkout@v3" in that change. actions/checkout#417 suggests that the update to v3 is sufficient to fix, so let's get the parallelism back. Refs: elastic#3179
1 parent 88fc963 commit 60afd08

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ jobs:
117117
- nodelocalstackdata:/var/lib/localstack
118118

119119
strategy:
120-
# max-parallel to attempt to avoid 429s from many concurrent
121-
# 'actions/checkout'. Try to have a value high enough to not more than
122-
# double the time to execute all jobs.
123-
max-parallel: 15
124120
matrix:
125121
node:
126122
- '19'

0 commit comments

Comments
 (0)