Skip to content

Commit

Permalink
🏷️ Rename CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Mar 22, 2024
1 parent 86e0201 commit e0c10f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

build_wheels:
needs: [style]
name: Wheels (${{ matrix.runs-on }} / Python ${{ matrix.python-version }})
name: ${{ matrix.runs-on }}-python-${{ matrix.python-version }}
runs-on: ${{ matrix.runs-on }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

inspect_distributions:
needs: [style]
name: Inspect ${{ matrix.distribution }} contents
name: inspect-${{ matrix.distribution }}-contents
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit e0c10f7

Please sign in to comment.