mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-02 23:31:42 -07:00
Invert failure bool for notify
Contributes to CURA-9365
This commit is contained in:
parent
fdbac4cccb
commit
46929ad302
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue