Skip to content

Commit 6e368b7

Browse files
committed
Set retention and if-no-files-found
1 parent 2ab95cc commit 6e368b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
with:
5858
name: bundle-metadata-${{ matrix.os }}-${{ matrix.node-version }}
5959
path: meta.json
60+
retention-days: ${{ (github.ref_name == github.event.repository.default_branch && 90) || 7 }}
61+
if-no-files-found: error
6062

6163
- name: Run unit tests
6264
if: always()

0 commit comments

Comments
 (0)