From 0837680adcca590d89d53aec69c446c0942a1201 Mon Sep 17 00:00:00 2001 From: jneira Date: Tue, 22 Feb 2022 13:05:58 +0100 Subject: [PATCH] Make job name unique without main ghc --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3a7e760b6ee..21846cbf2eb 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -114,7 +114,7 @@ jobs: run: sh validate.sh -j 2 -w ghc-${{ matrix.ghc }} -v ${{ matrix.flags }} -s cli-suite validate-old-ghcs: - name: Validate old ghcs + name: Validate old ghcs ${{ matrix.extra-ghc }} runs-on: ubuntu-18.04 needs: validate container: