mirror of
https://github.com/RDCN-Community-Developers/rdkt.git
synced 2026-09-04 17:25:33 +08:00
Fixed notify condition.
This commit is contained in:
@@ -55,7 +55,7 @@ jobs:
|
||||
with:
|
||||
arguments: ${{ matrix.target }}
|
||||
- name: Notify Discord If Failed
|
||||
if: ${{ cancelled() }}
|
||||
if: ${{ failure() }}
|
||||
uses: nitecon/discord-action@v2
|
||||
with:
|
||||
webhook-url: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
|
||||
Reference in New Issue
Block a user