Skip to content

Commit 9e11fea

Browse files
committed
chore: improve naming in workflow examples
1 parent 2adda63 commit 9e11fea

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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: benchmarks
1+
name: CodSpeed
22
on:
33
push:
44
branches: [master]
@@ -8,6 +8,7 @@ on:
88

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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You can use the [CodSpeedHQ/action](https://github.com/CodSpeedHQ/action) to run
8888
Example workflow:
8989

9090
```yaml
91-
name: benchmarks
91+
name: CodSpeed
9292

9393
on:
9494
push:
@@ -98,6 +98,7 @@ on:
9898

9999
jobs:
100100
benchmarks:
101+
name: Run benchmarks
101102
runs-on: ubuntu-latest
102103
steps:
103104
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)