From d0e7bbfb095d32b37f89ce00965c2f01b6252c62 Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Mon, 28 Mar 2022 12:58:18 +0300 Subject: [PATCH] [WIFI-4884] Add: more clear slack message on failure Signed-off-by: Dmitry Dunaev --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69d0738..36af039 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,7 @@ jobs: SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} SLACK_COLOR: "${{ job.status }}" SLACK_ICON: https://raw.githubusercontent.com/quintessence/slack-icons/master/images/github-logo-slack-icon.png + SLACK_TITLE: Docker build failed for OWFMS service trigger-testing: if: startsWith(github.ref, 'refs/pull/')