Skip to content

Commit 9880f3e

Browse files
committed
chore: reduce artifact retention to 1 day
1 parent 0262b9c commit 9880f3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-python-sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
name: python-sdk-test-results
6767
path: python-sdk/pytest-report.xml
68-
retention-days: 30
68+
retention-days: 1
6969

7070
publish:
7171
runs-on: ubuntu-latest
@@ -214,7 +214,7 @@ jobs:
214214
python-sdk/requirements.txt
215215
python-sdk/vulnerability-report.json
216216
python-sdk/sbom-summary.md
217-
retention-days: 90
217+
retention-days: 1
218218

219219
- name: Add SBOM to release assets
220220
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)