You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments