We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
if-no-files-found
1 parent 2ab95cc commit 6e368b7Copy full SHA for 6e368b7
1 file changed
.github/workflows/pr-checks.yml
@@ -57,6 +57,8 @@ jobs:
57
with:
58
name: bundle-metadata-${{ matrix.os }}-${{ matrix.node-version }}
59
path: meta.json
60
+ retention-days: ${{ (github.ref_name == github.event.repository.default_branch && 90) || 7 }}
61
+ if-no-files-found: error
62
63
- name: Run unit tests
64
if: always()
0 commit comments