Fix workflow notifications (#8544)

This commit is contained in:
Trask Stalnaker 2023-05-22 08:49:30 -07:00 committed by GitHub
parent bc870bac73
commit bea517a3fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ jobs:
if: always()
uses: ./.github/workflows/reusable-workflow-notification.yml
with:
success: |
success: >-
${{
needs.common.result == 'success' &&
needs.test-latest-deps.result == 'success'

View File

@ -46,7 +46,7 @@ jobs:
if: always()
uses: ./.github/workflows/reusable-workflow-notification.yml
with:
success: |
success: >-
${{
needs.common.result == 'success' &&
needs.test-latest-deps.result == 'success' &&

View File

@ -75,7 +75,7 @@ jobs:
if: always()
uses: ./.github/workflows/reusable-workflow-notification.yml
with:
success: |
success: >-
${{
needs.publishLinux.result == 'success' &&
needs.publishWindows.result == 'success'