mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-11 18:33:11 +00:00
test: try again with Discord report off
This commit is contained in:
parent
0b3ac5e35e
commit
4abd6a4a8c
18
.github/workflows/test_common.yml
vendored
18
.github/workflows/test_common.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user