mirror of
https://github.com/github/codeql-action.git
synced 2026-05-01 03:10:09 +00:00
Set retention and if-no-files-found
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user