From c835ca4887174a62089f94fe6877d7becd1041ae Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Wed, 20 May 2026 14:56:52 +0000 Subject: [PATCH] Bump CI retention days To make it faster and easier to rerun intermittent failing tests --- .github/workflows/rocm-wheels-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rocm-wheels-build.yml b/.github/workflows/rocm-wheels-build.yml index c1a8ea087..f45b4b020 100644 --- a/.github/workflows/rocm-wheels-build.yml +++ b/.github/workflows/rocm-wheels-build.yml @@ -220,7 +220,7 @@ jobs: path: | ${{ runner.temp }}/wheelhouse/*.whl ${{ runner.temp }}/wheelhouse/*.tar.gz - retention-days: 1 + retention-days: 7 if-no-files-found: error - name: Upload build logs on failure