Skip to content

Commit

Permalink
🚧 Prettify job name with syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jan 1, 2024
1 parent bcb6f98 commit 042d011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
build:
name: Build wheels Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
name: Wheels (Python ${{ matrix.python-version }} / ${{ matrix.runs-on }})
runs-on: ${{ matrix.runs-on }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 042d011

Please sign in to comment.