1
0
mirror of synced 2026-08-04 17:27:13 +00:00

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