Commit 5cf62c9
feat: show commit message in fast workflow run name
Display the commit message in the GitHub Actions UI run name to help
distinguish between multiple builds triggered in quick succession.
- Manual runs show: 'Manual Test - <commit_sha>'
- Push triggers show: 'Fast Build - <commit message>'
This makes it much easier to identify which commit each workflow run
corresponds to when viewing the Actions tab.
Signed-off-by: Mark Pollack <mark.pollack@broadcom.com>1 parent fbff55c commit 5cf62c9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments