Fix graalvm failure notifications (#10820)
This commit is contained in:
parent
1225eb8cad
commit
84742afa62
|
@ -16,4 +16,4 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
uses: ./.github/workflows/reusable-workflow-notification.yml
|
uses: ./.github/workflows/reusable-workflow-notification.yml
|
||||||
with:
|
with:
|
||||||
success: ${{ needs.build.result == 'success' }}
|
success: ${{ needs.graalvm-native-tests.result == 'success' }}
|
||||||
|
|
Loading…
Reference in New Issue