From e5b936f10b35b3371c1398aad4e9eeb7b93e2c86 Mon Sep 17 00:00:00 2001 From: Gleb Chesnokov Date: Wed, 5 Apr 2023 14:17:34 +0300 Subject: [PATCH] github: Add a job name for the mail notification action Enhance the mail notification GitHub action by including the commit message in the job name. --- .github/workflows/mail_notification.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mail_notification.yml b/.github/workflows/mail_notification.yml index e66ecc8e2..ee54d3b46 100644 --- a/.github/workflows/mail_notification.yml +++ b/.github/workflows/mail_notification.yml @@ -9,6 +9,7 @@ on: jobs: send_mails: + name: ${{matrix.commit.message}} runs-on: ubuntu-latest strategy: max-parallel: 1