We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f8431 commit a29d6beCopy full SHA for a29d6be
.github/workflows/quality-checks.yml
@@ -94,6 +94,7 @@ jobs:
94
95
- name: Upload SBOMs
96
uses: actions/upload-artifact@v3
97
+ if: success() || failure()
98
with:
99
name: SBOMS
100
path: '**/*sbom*.json'
0 commit comments