This is an automated email from the ASF dual-hosted git repository.
jimin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-seata-samples.git
The following commit(s) were added to refs/heads/master by this push:
new cd26bcce optimize max-parallel value for 3jdks (#723)
cd26bcce is described below
commit cd26bcce9e8b0bbd8cef755fde2c28c4b4d16602
Author: jimin <[email protected]>
AuthorDate: Sun Feb 8 22:42:01 2026 +0800
optimize max-parallel value for 3jdks (#723)
---
.github/workflows/E2E.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/E2E.yml b/.github/workflows/E2E.yml
index 671f6e79..fa1d5ca8 100644
--- a/.github/workflows/E2E.yml
+++ b/.github/workflows/E2E.yml
@@ -42,7 +42,7 @@ jobs:
- build_jdk: 17
docker_jdk: 11
fail-fast: false
- max-parallel: 2
+ max-parallel: 3
steps:
- name: Uninstall Docker Compose v2
run: sudo rm -f /usr/local/bin/docker-compose
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]