Fix graalvm failure notifications (#10820)

This commit is contained in:
Trask Stalnaker 2024-03-12 09:05:52 -07:00 committed by GitHub
parent 1225eb8cad
commit 84742afa62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ jobs:
if: always()
uses: ./.github/workflows/reusable-workflow-notification.yml
with:
success: ${{ needs.build.result == 'success' }}
success: ${{ needs.graalvm-native-tests.result == 'success' }}