Skip to content

Commit

Permalink
chore: shorten runner job names
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-moss committed Nov 7, 2023
1 parent 32e67e1 commit d8d7b42
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
build:
name: MacOS Integration Tests
name: Integration
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:
name: Linux Full Test Suite
name: Full
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
build:
name: MacOS Full Test Suite
name: Full & Coverage
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
build:
name: Windows Partial Test Suite
name: Partial
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
build:
name: Sphinx Docs
name: Sphinx
runs-on: ubuntu-22.04
permissions:
contents: write
Expand Down

0 comments on commit d8d7b42

Please sign in to comment.