Commit ca67dd0
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 <[email protected]>
Signed-off-by: 家娃 <[email protected]>1 parent f7c0e7f commit ca67dd0
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