Skip to content

Commit

Permalink
COMP: Shorten Linux job names
Browse files Browse the repository at this point in the history
Avoids cutting off matrix information in job entries on Github Actions
sidebar.
  • Loading branch information
tbirdso committed Jan 5, 2023
1 parent 05ba990 commit 68f3ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on:

jobs:

build-linux-python-packages:
build-linux-py:
runs-on: ubuntu-22.04
strategy:
max-parallel: 2
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:

publish-python-packages-to-pypi:
needs:
- build-linux-python-packages
- build-linux-py
- build-macos-python-packages
- build-windows-python-packages
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 68f3ead

Please sign in to comment.