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