aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorCatherine <whitequark@whitequark.org>2023-08-20 00:53:03 +0000
committerCatherine <whitequark@whitequark.org>2023-08-22 17:33:30 +0000
commit1a9eb2484041a0d635decbae71a69536017b15f7 (patch)
tree58029d0402ece785359c6b2547f78247676257ad /.github/workflows/main.yml
parentdc82d934b93409f639d5c7fbac4c62afb7978260 (diff)
CI: fix display glitch. NFC
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml2
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