[CI] Show test partition assignments after checkout (#20085)

Co-authored-by: Alison Shao <alisonshao@mac.lan>
This commit is contained in:
Alison Shao
2026-03-07 13:50:49 -08:00
committed by GitHub
parent 7bd3dd9270
commit 0f62da6953
4 changed files with 183 additions and 28 deletions

View File

@@ -96,6 +96,10 @@ jobs:
with:
ref: ${{ inputs.pr_head_sha || inputs.ref || github.sha }}
- name: Show test partition assignments
continue-on-error: true
run: python3 test/show_partitions.py
- name: Determine run mode
id: run-mode
run: |