Skip to content

Commit

Permalink
ci: Updated some names in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Jan 10, 2024
1 parent 8f36080 commit b7c3012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_benchmark_is_up_to_date.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [main]

jobs:
pytest:
bench-is-up-to-date:
runs-on: ubuntu-latest

steps:
Expand All @@ -22,7 +22,7 @@ jobs:
run: |
make install
- name: Run tests
- name: Check benchmark is up to date
shell: bash
run: |
make check-benchmark-is-up-to-date

0 comments on commit b7c3012

Please sign in to comment.