Open issue on OWASP workflow failure (#8579)
This commit is contained in:
parent
fb1e58d103
commit
66d3363be8
|
@ -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' }}
|
||||
|
|
Loading…
Reference in New Issue