Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fixPGVersion' into fixPGVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Jan 31, 2024
2 parents 63ce9e2 + 0ff59dc commit d0fb9ed
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 d0fb9ed

Please sign in to comment.