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.
This commit is contained in:
Gleb Chesnokov
2023-04-05 14:17:34 +03:00
parent 634bd00cc0
commit e5b936f10b

View File

@@ -9,6 +9,7 @@ on:
jobs:
send_mails:
name: ${{matrix.commit.message}}
runs-on: ubuntu-latest
strategy:
max-parallel: 1