From 210a9cab6d277e68992071392a1378cde4e195f6 Mon Sep 17 00:00:00 2001 From: Liangsheng Yin Date: Sun, 9 Nov 2025 18:53:18 +0800 Subject: [PATCH] [CI] Fix `matrix.part` in pr-test. (#12920) --- .github/workflows/pr-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 51dee9f90..3ba34f575 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -301,7 +301,7 @@ jobs: strategy: fail-fast: false matrix: - part: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + part: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14] steps: - name: Checkout code uses: actions/checkout@v4