Skip to content

Commit

Permalink
🚧 Include platform name first for CI job names
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jan 2, 2024
1 parent 3473cec commit 86b027d
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: Wheels (Python ${{ matrix.python-version }} / Go ${{ matrix.go-version }} / ${{ matrix.runs-on }})
name: Wheels (${{ matrix.runs-on }} / Python ${{ matrix.python-version }} / Go ${{ matrix.go-version }})
runs-on: ${{ matrix.runs-on }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 86b027d

Please sign in to comment.