diff options
| author | Catherine <whitequark@whitequark.org> | 2023-08-20 00:53:03 +0000 |
|---|---|---|
| committer | Catherine <whitequark@whitequark.org> | 2023-08-22 17:33:30 +0000 |
| commit | 1a9eb2484041a0d635decbae71a69536017b15f7 (patch) | |
| tree | 58029d0402ece785359c6b2547f78247676257ad | |
| parent | dc82d934b93409f639d5c7fbac4c62afb7978260 (diff) | |
CI: fix display glitch. NFC
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
