From c9c84e753941e5f749943c7264b8b6f04fceb1f6 Mon Sep 17 00:00:00 2001 From: Philip Balinov Date: Tue, 10 Dec 2024 16:33:42 +0200 Subject: [PATCH] More verbose slack posts for test container workflows --- .github/workflows/test_install_sh.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_install_sh.yml b/.github/workflows/test_install_sh.yml index f7aa6f4d..ada6dccb 100644 --- a/.github/workflows/test_install_sh.yml +++ b/.github/workflows/test_install_sh.yml @@ -50,7 +50,7 @@ jobs: "fields": [ { "type": "mrkdwn", - "text": "<${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}|${{ github.workflow }}>" + "text": "<${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}|${{ github.workflow }} (${{ matrix.dockerfile}})>" }, { "type": "mrkdwn", @@ -99,7 +99,7 @@ jobs: "fields": [ { "type": "mrkdwn", - "text": "<${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}|${{ github.workflow }}>" + "text": "<${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}|${{ github.workflow }} (${{ matrix.dockerfile }})>" }, { "type": "mrkdwn",