From 4abd6a4a8c710e482b8f3cd60c0e85765afd88aa Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 7 May 2024 07:56:24 +0800 Subject: [PATCH] test: try again with Discord report off --- .github/workflows/test_common.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 21e5a757..77f7fb58 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -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 }}