Fix gradle wrapper workflow notification (#8545)
This commit is contained in:
parent
bea517a3fc
commit
2b0310e1b9
|
@ -22,4 +22,4 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
uses: ./.github/workflows/reusable-workflow-notification.yml
|
uses: ./.github/workflows/reusable-workflow-notification.yml
|
||||||
with:
|
with:
|
||||||
success: ${{ needs.analyze.result == 'success' }}
|
success: ${{ needs.workflow-update-gradle-wrapper.result == 'success' }}
|
||||||
|
|
Loading…
Reference in New Issue