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
+3 -3
View File
@@ -100,7 +100,7 @@ jobs:
$CONTINUE_ON_ERROR_FLAG
- uses: ./.github/actions/upload-cuda-coredumps
if: always()
if: failure()
with:
artifact-suffix: ${{ matrix.part }}
@@ -155,7 +155,7 @@ jobs:
$CONTINUE_ON_ERROR_FLAG
- uses: ./.github/actions/upload-cuda-coredumps
if: always()
if: failure()
with:
artifact-suffix: ${{ matrix.part }}
@@ -204,7 +204,7 @@ jobs:
$CONTINUE_ON_ERROR_FLAG
- uses: ./.github/actions/upload-cuda-coredumps
if: always()
if: failure()
multimodal-gen-unit-test:
if: |