Skip to content

Commit c6a92b3

Browse files
committed
max-parallel has been divided by 2
1 parent 0faf7ba commit c6a92b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-btcli-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-latest
8181
strategy:
8282
fail-fast: false
83-
max-parallel: 32
83+
max-parallel: 16
8484
matrix:
8585
rust-branch:
8686
- stable

.github/workflows/check-sdk-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-latest
8181
strategy:
8282
fail-fast: false
83-
max-parallel: 32
83+
max-parallel: 16
8484
matrix:
8585
rust-branch:
8686
- stable

0 commit comments

Comments
 (0)