Skip to content

Commit

Permalink
Make workflow name match others
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison committed Nov 4, 2022
1 parent a83ab80 commit d2da83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
coverage:
name: coverage (${{ matrix.os }}, py${{ matrix.python-version }})
name: coverage (${{ matrix.os }}, ${{ matrix.python-version }})
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
Expand Down

0 comments on commit d2da83d

Please sign in to comment.