mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 20:51:27 +00:00
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:
1
.github/workflows/mail_notification.yml
vendored
1
.github/workflows/mail_notification.yml
vendored
@@ -9,6 +9,7 @@ on:
|
||||
|
||||
jobs:
|
||||
send_mails:
|
||||
name: ${{matrix.commit.message}}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
max-parallel: 1
|
||||
|
||||
Reference in New Issue
Block a user