diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b7d7cc29..83a01a60b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -196,7 +196,7 @@ jobs: uses: rjstone/discord-webhook-notify@v1 if: failure() && ( github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false) with: - severity: error + severity: info details: Test Succeeded! webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}