Open issue on OWASP workflow failure (#8579)

This commit is contained in:
Trask Stalnaker 2023-05-25 22:46:25 -07:00 committed by GitHub
parent fb1e58d103
commit 66d3363be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -30,3 +30,11 @@ jobs:
uses: actions/upload-artifact@v3
with:
path: javaagent/build/reports
workflow-notification:
needs:
- analyze
if: always()
uses: ./.github/workflows/reusable-workflow-notification.yml
with:
success: ${{ needs.analyze.result == 'success' }}