From 9e11feafb5d089d0c6eb91489a469cb41f815888 Mon Sep 17 00:00:00 2001 From: Arthur Pastel Date: Mon, 30 Sep 2024 19:05:04 +0200 Subject: [PATCH] chore: improve naming in workflow examples --- .github/workflows/codspeed.yml | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index c1b35d3..58e0206 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -1,4 +1,4 @@ -name: benchmarks +name: CodSpeed on: push: branches: [master] @@ -8,6 +8,7 @@ on: jobs: benchmarks: + name: Run benchmarks runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index 8a0006d..21c7633 100644 --- a/README.md +++ b/README.md @@ -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: @@ -98,6 +98,7 @@ on: jobs: benchmarks: + name: Run benchmarks runs-on: ubuntu-latest steps: - uses: actions/checkout@v4