test: try again with Discord report off

This commit is contained in:
Roman 2024-05-07 07:56:24 +08:00
parent 0b3ac5e35e
commit 4abd6a4a8c
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View File

@ -101,12 +101,12 @@ jobs:
echo EOF
} >> $GITHUB_ENV
- name: Send report to Discord
uses: rjstone/discord-webhook-notify@v1
if: always() && env.CALLER != 'manual'
with:
severity: ${{ job.status == 'success' && 'info' || 'error' }}
username: ${{ github.workflow }}
description: "## Job Result: ${{ job.status }}"
details: ${{ env.JOB_SUMMARY }}
webhookUrl: ${{ secrets.DISCORD_TEST_REPORTS_WH }}
# - name: Send report to Discord
# uses: rjstone/discord-webhook-notify@v1
# if: always() && env.CALLER != 'manual'
# with:
# severity: ${{ job.status == 'success' && 'info' || 'error' }}
# username: ${{ github.workflow }}
# description: "## Job Result: ${{ job.status }}"
# details: ${{ env.JOB_SUMMARY }}
# webhookUrl: ${{ secrets.DISCORD_TEST_REPORTS_WH }}