Skip to content

Commit

Permalink
Change naming
Browse files Browse the repository at this point in the history
  • Loading branch information
bocklund committed Dec 11, 2020
1 parent 398a21c commit 6c6776a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-pull_request.yaml
Expand Up @@ -4,7 +4,7 @@ on: [pull_request]

jobs:
Tests:
name: Pull Request - Test ${{ matrix.os }} with ${{ matrix.python-version }}
name: Test ${{ matrix.os }} with ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-push.yaml
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
Tests:
name: Push - Test ${{ matrix.os }} with ${{ matrix.python-version }}
name: Test ${{ matrix.os }} with ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 6c6776a

Please sign in to comment.