From 3b002a5594e11b7f09a69fdd1b9aae95f54a705b Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Mon, 11 Jan 2021 13:09:48 +0100 Subject: [PATCH] gci: Give jobs a reasonable name --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1ec2c7f..f50b0ae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,6 +12,7 @@ on: jobs: build-and-test: + name: Test PY=${{ matrix.python-version}}, DEV=${{ matrix.developer }}, EXP=${{ matrix.experimental }}, DEP=${{ matrix.deprecated }} runs-on: ubuntu-latest timeout-minutes: 45 strategy: