Skip to content

Commit f3e75ad

Browse files
author
Drew Yang
committed
feat: 🎨 improve GHA run names
1 parent 1de76ee commit f3e75ad

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎.github/workflows/docs.yaml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
#- published
1010
## stable release only
1111
- released
12+
run-name: "📚 Release docs ${{ github.event.release.tag_name }}"
1213
jobs:
1314
publish-docs:
1415
runs-on: ubuntu-latest

‎.github/workflows/tag_latest.yaml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
types:
66
## stable release only
77
- released
8+
run-name: "🔖 Tag ${{ github.event.release.tag_name }} as 'latest'"
89
jobs:
910
tag-latest:
1011
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)