From 326c60e36b6ece6f6fce8fa4ba398a020836fb47 Mon Sep 17 00:00:00 2001 From: Marvin Vogt Date: Fri, 25 Oct 2024 09:17:57 +0000 Subject: [PATCH] Rename benchmark workflow to match filename --- .github/workflows/benchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 94e1ee9..3f67597 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -1,5 +1,5 @@ --- -name: Benchmarks +name: Benchmark on: push: @@ -11,7 +11,7 @@ permissions: contents: read jobs: - benchmarks: + benchmark: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332