[CI] Fix matrix.part in pr-test. (#12920)

This commit is contained in:
Liangsheng Yin
2025-11-09 18:53:18 +08:00
committed by GitHub
parent b8ac4fcb51
commit 210a9cab6d

View File

@@ -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