Browse Source

Fix graalvm failure notifications (#10820)

Trask Stalnaker 1 year ago
parent
commit
84742afa62
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/native-tests-daily.yml

+ 1 - 1
.github/workflows/native-tests-daily.yml

@@ -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' }}