diff options
author | Brent Cook <busterb@gmail.com> | 2024-02-27 06:59:24 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-03-03 15:32:50 -0600 |
commit | 690ac07cedd26dd077e7b8691f7d48dcea2f1992 (patch) | |
tree | 90f68dc3e136d55d4ecbe1163af77101122e716d | |
parent | 9584fb3e0ad2fa51476f466549ff8bee5ec73bf6 (diff) | |
download | portable-690ac07cedd26dd077e7b8691f7d48dcea2f1992.tar.gz portable-690ac07cedd26dd077e7b8691f7d48dcea2f1992.tar.bz2 portable-690ac07cedd26dd077e7b8691f7d48dcea2f1992.zip |
adjust formatting of results
-rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index be8ce57..facc496 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml | |||
@@ -13,7 +13,7 @@ concurrency: | |||
13 | 13 | ||
14 | jobs: | 14 | jobs: |
15 | test: | 15 | test: |
16 | name: "${{ matrix.os }}/${{ matrix.arch }}/shared ${{ matrix.shared }} (${{ matrix.generator }})" | 16 | name: "${{ matrix.os }}/${{ matrix.arch }} (${{ matrix.generator }}${{ matrix.shared == 'ON' && ', shared' || '' }})" |
17 | runs-on: "${{ matrix.os }}" | 17 | runs-on: "${{ matrix.os }}" |
18 | if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }} | 18 | if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }} |
19 | permissions: | 19 | permissions: |