Skip to content

Commit

Permalink
Fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
zeux committed Jul 1, 2022
1 parent 328c63c commit 6efe416
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- callgrind
paths-ignore:
- "docs/**"
- "papers/**"
Expand All @@ -14,7 +13,7 @@ on:

jobs:
callgrind:
name: callgrind ${{ matrix.os }}
name: callgrind ${{ matrix.compiler }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 6efe416

Please sign in to comment.