Skip to content

Commit 4d0e8c3

Browse files
committed
change workflow name
1 parent 30985ef commit 4d0e8c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-comment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: "Comment PR"
2+
run-name: "${{ format('Comment PR #{0}', github.event.pull_request.number)) }}"
23

34
on:
45
pull_request_target:
@@ -12,7 +13,7 @@ env:
1213

1314
jobs:
1415

15-
add-comment:
16+
perf-report:
1617
runs-on: "ubuntu-latest"
1718

1819
steps:

0 commit comments

Comments
 (0)