From: Daniele Varrazzo Date: Sat, 4 Feb 2023 10:08:48 +0000 (+0100) Subject: ci: allow better job visualization in Action page X-Git-Tag: pool-3.2.0~126^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8d1cbe734fca681e724df1415cdb8b2c985e6a0;p=thirdparty%2Fpsycopg.git ci: allow better job visualization in Action page --- diff --git a/.github/workflows/3rd-party-tests.yml b/.github/workflows/3rd-party-tests.yml index 40ecf5b3c..f1748162a 100644 --- a/.github/workflows/3rd-party-tests.yml +++ b/.github/workflows/3rd-party-tests.yml @@ -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: