Only upload CUDA coredumps on test failure (#22301)

This commit is contained in:
Liangsheng Yin
2026-04-07 18:07:28 -07:00
committed by GitHub
parent dd73e9a62e
commit 8c3d80eabe
4 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ jobs:
echo "All $total test(s) passed in ${total_elapsed}s"
- uses: ./.github/actions/upload-cuda-coredumps
if: always()
if: failure()
rerun-test-cpu:
if: inputs.is_cpu == 'true'