From 6e368b7e89b9a54899a6f4cd2956fe061c4571d8 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Mon, 13 Apr 2026 13:18:56 +0100 Subject: [PATCH] Set retention and `if-no-files-found` --- .github/workflows/pr-checks.yml | 2 ++ 1 file changed, 2 insertions(+) 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()