diff --git a/.github/workflows/server-tests-postgres.yml b/.github/workflows/server-tests-postgres.yml index 9e204dbe423..3a668133a5f 100644 --- a/.github/workflows/server-tests-postgres.yml +++ b/.github/workflows/server-tests-postgres.yml @@ -57,7 +57,9 @@ jobs: matrix: container: [1, 2, 3, 4] - name: Python Unit Tests + # Distinct from the MariaDB job's "Python Unit Tests" so its check contexts do NOT collide with + # the required "Python Unit Tests (1..4)" status checks -- this keeps Postgres non-required for now. + name: Postgres Unit Tests services: postgres: