Skip to content

Commit c8110bd

Browse files
committed
chore: improve naming in workflow examples
1 parent 7215aa2 commit c8110bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codspeed.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "codspeed"
1+
name: CodSpeed
22
on:
33
push:
44
branches:
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
codspeed:
11+
name: Run CodSpeed
1112
runs-on: "ubuntu-latest"
1213
steps:
1314
- uses: "actions/checkout@v4"

0 commit comments

Comments
 (0)