Set retention and if-no-files-found

This commit is contained in:
Michael B. Gale
2026-04-13 13:18:56 +01:00
parent 2ab95cc5ab
commit 6e368b7e89
+2
View File
@@ -57,6 +57,8 @@ jobs:
with:
name: bundle-metadata-${{ matrix.os }}-${{ matrix.node-version }}
path: meta.json
retention-days: ${{ (github.ref_name == github.event.repository.default_branch && 90) || 7 }}
if-no-files-found: error
- name: Run unit tests
if: always()