diff --git a/.github/workflows/run-tests-on-release.yml b/.github/workflows/run-tests-on-release.yml index fe8fb4155c..eba51f6b71 100644 --- a/.github/workflows/run-tests-on-release.yml +++ b/.github/workflows/run-tests-on-release.yml @@ -137,18 +137,14 @@ jobs: with: payload: | { - "text": "Automation tests failure", "attachments": [ { "pretext": "FAILURE", "color": "#FE6E76", - "fields": [ - { - "title": "Could not prepare instance for release tests on version ${{ env.CUSTOM_VERSION }}", - "title_link": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" - } - ] + "title": "Automation tests failure", + "title_link": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}", + "text": "Could not prepare instance for release tests on version ${{ env.CUSTOM_VERSION }}" } ] }