]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: allow better job visualization in Action page
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 4 Feb 2023 10:08:48 +0000 (11:08 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 4 Feb 2023 10:17:35 +0000 (11:17 +0100)
.github/workflows/3rd-party-tests.yml

index 40ecf5b3c93f5c908194714e5cd2da1c0255c380..f1748162ac0ecce5f884f5262f3437ea58678742 100644 (file)
@@ -1,4 +1,4 @@
-name: Test on 3rd party libraries
+name: 3rd party tests
 
 on:
   push:
@@ -17,7 +17,6 @@ concurrency:
 
 jobs:
   sqlalchemy:
-    name: sqlalchemy-${{ matrix.sqlalchemy_label }},psycopg-${{ matrix.impl }},py-${{ matrix.python-version }}
     # linux should be enough to test if everything works.
     runs-on: ubuntu-latest
     strategy: