Skip to content

Commit 916bb88

Browse files
committed
ci(test): reduce IBM max-parallel from 5 to 3
1 parent 34b62d2 commit 916bb88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
needs: list-ibm-monitor-tests
152152
strategy:
153153
fail-fast: false
154-
max-parallel: 5
154+
max-parallel: 3
155155
matrix:
156156
file: ${{ fromJson(needs.list-ibm-monitor-tests.outputs.matrix) }}
157157
steps:
@@ -202,7 +202,7 @@ jobs:
202202
needs: list-ibm-secure-tests
203203
strategy:
204204
fail-fast: false
205-
max-parallel: 5
205+
max-parallel: 3
206206
matrix:
207207
file: ${{ fromJson(needs.list-ibm-secure-tests.outputs.matrix) }}
208208
steps:

0 commit comments

Comments
 (0)