This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new a444c87a6e MINOR: [CI] Set max-parallel=20 (#49228)
a444c87a6e is described below
commit a444c87a6e7573e5ddb8772880275557b7d34acb
Author: Rok Mihevc <[email protected]>
AuthorDate: Thu Feb 12 06:27:26 2026 +0100
MINOR: [CI] Set max-parallel=20 (#49228)
### Rationale for this change
We want to comply with [ASF
policy](https://infra.apache.org/github-actions-policy.html)
### What changes are included in this PR?
Sets `max-parallel=20` in .github/workflows/python.yml
### Are these changes tested?
No.
### Are there any user-facing changes?
Only to CI users.
Authored-by: Rok Mihevc <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
.github/workflows/python.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index bc7fe3cd68..1c6cbbbfc5 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -60,6 +60,7 @@ jobs:
timeout-minutes: 60
strategy:
fail-fast: false
+ max-parallel: 20
matrix:
name:
- conda-python-docs
@@ -145,6 +146,7 @@ jobs:
timeout-minutes: 60
strategy:
fail-fast: false
+ max-parallel: 20
matrix:
include:
- architecture: AMD64