Skip to content

Commit

Permalink
Restore full words
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison committed Sep 6, 2024
1 parent 2012f36 commit e3b209f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_development_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
tests:
name: dev version tests (${{ matrix.os }}, ${{ matrix.python-version }})
name: development version tests (${{ matrix.os }}, ${{ matrix.python-version }})
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_minimum_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
tests:
name: min version tests (${{ matrix.os }}, ${{ matrix.python-version }})
name: minimum version tests (${{ matrix.os }}, ${{ matrix.python-version }})
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
Expand Down

0 comments on commit e3b209f

Please sign in to comment.