Skip to content

Commit

Permalink
update job name, github uses job name, not workflow name for required…
Browse files Browse the repository at this point in the history
… status checks
  • Loading branch information
mikealfare committed Jan 30, 2024
1 parent 6069171 commit 9eeae80
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 9eeae80

Please sign in to comment.