Skip to content

Commit 37972e2

Browse files
authored
Merge pull request #101 from LinuxJedi/test-retention
Align GH Actions retention policy
2 parents 690fb6e + e723161 commit 37972e2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nss-cmsutil-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,4 +367,4 @@ jobs:
367367
with:
368368
name: nss-cmsutil-test-artifacts
369369
path: /tmp/nss-cmsutil-test-artifacts.tar.gz
370-
retention-days: 30
370+
retention-days: 5

.github/workflows/nss-pdfsig-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,4 +312,4 @@ jobs:
312312
/tmp/test.pdf
313313
/tmp/signed.pdf
314314
/tmp/*.log
315-
retention-days: 7
315+
retention-days: 5

.github/workflows/nss-ssltap-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ jobs:
340340
echo "========================================"
341341
342342
- name: Upload test logs
343-
if: always()
343+
if: failure()
344344
uses: actions/upload-artifact@v4
345345
with:
346346
name: nss-ssltap-test-logs

0 commit comments

Comments
 (0)