From 1a9eb2484041a0d635decbae71a69536017b15f7 Mon Sep 17 00:00:00 2001 From: Catherine Date: Sun, 20 Aug 2023 00:53:03 +0000 Subject: CI: fix display glitch. NFC --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c14c20..04a871e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: - amaranth-version: 'git' allow-failure: true continue-on-error: '${{ matrix.allow-failure }}' - name: "test (${{ matrix.python-version }}, ${{ matrix.amaranth-version }}${{ matrix.allow-failure == 'false' && ', required' }})" + name: "test (${{ matrix.python-version }}, ${{ matrix.amaranth-version }}${{ matrix.allow-failure == 'false' && ', required' || '' }})" steps: - name: Check out source code uses: actions/checkout@v3 -- cgit v1.2.3