Skip to content

Commit

Permalink
chore: improve naming in workflow examples
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Sep 30, 2024
1 parent 2adda63 commit 9e11fea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: benchmarks
name: CodSpeed
on:
push:
branches: [master]
Expand All @@ -8,6 +8,7 @@ on:

jobs:
benchmarks:
name: Run benchmarks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ You can use the [CodSpeedHQ/action](https://github.com/CodSpeedHQ/action) to run
Example workflow:

```yaml
name: benchmarks
name: CodSpeed

on:
push:
Expand All @@ -98,6 +98,7 @@ on:

jobs:
benchmarks:
name: Run benchmarks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9e11fea

Please sign in to comment.