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