Skip to content

Commit 1a9eb24

Browse files
committed
CI: fix display glitch. NFC
1 parent dc82d93 commit 1a9eb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- amaranth-version: 'git'
3232
allow-failure: true
3333
continue-on-error: '${{ matrix.allow-failure }}'
34-
name: "test (${{ matrix.python-version }}, ${{ matrix.amaranth-version }}${{ matrix.allow-failure == 'false' && ', required' }})"
34+
name: "test (${{ matrix.python-version }}, ${{ matrix.amaranth-version }}${{ matrix.allow-failure == 'false' && ', required' || '' }})"
3535
steps:
3636
- name: Check out source code
3737
uses: actions/checkout@v3

0 commit comments

Comments
 (0)