mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 17:35:58 +08:00
Invert failure bool for notify
Contributes to CURA-9365
This commit is contained in:
parent
fdbac4cccb
commit
46929ad302
2
.github/workflows/notify.yml
vendored
2
.github/workflows/notify.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
||||
|
||||
- name: Slack notify on-failure
|
||||
if: ${{ inputs.success }}
|
||||
if: ${{ !inputs.success }}
|
||||
uses: rtCamp/action-slack-notify@v2
|
||||
env:
|
||||
SLACK_USERNAME: ${{ github.repository }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user