Skip to content

Commit

Permalink
Update job names, github uses job name, not workflow name for require…
Browse files Browse the repository at this point in the history
…d status checks (#2)
  • Loading branch information
mikealfare authored Jan 30, 2024
1 parent 6069171 commit 317f1e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

jobs:
code-quality:
name: Python 3.8
name: Code Quality
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

jobs:
integration:
name: Python ${{ matrix.python-version }}
name: Integration Tests
runs-on: ubuntu-latest

strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

jobs:
unit:
name: Python ${{ matrix.python-version }}
name: Unit Tests
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 317f1e9

Please sign in to comment.