diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 4369fd944..c4e93c923 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -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()