Fix missing GChat notifications with workaround

This fix was suggested by GitHub Support as a workaround for a bug where
`failure()` is not working for reusable workflows that will be fixed in
a few months.

Closes gh-16423
This commit is contained in:
Steve Riesenberg 2025-01-15 11:41:07 -06:00
parent ea0ec9e662
commit a3f6825f9c
No known key found for this signature in database
GPG Key ID: 3D0169B18AB8F0A9

View File

@ -116,7 +116,7 @@ jobs:
send-notification:
name: Send Notification
needs: [ perform-release ]
if: ${{ failure() || cancelled() }}
if: ${{ !success() }}
runs-on: ubuntu-latest
steps:
- name: Send Notification