diff options
| author | Brent Cook <busterb@gmail.com> | 2024-02-27 06:59:24 -0600 |
|---|---|---|
| committer | Brent Cook <busterb@gmail.com> | 2024-02-27 06:59:24 -0600 |
| commit | 839fa4df5a77cc0ecb18d40393414c76a20bf3ad (patch) | |
| tree | 8b90dd3fea3aa213eef49324aefcacca35a417df /.github/workflows | |
| parent | d68ec1fa0233fc871063d43bcd8d1dc2717ed0c8 (diff) | |
| download | portable-839fa4df5a77cc0ecb18d40393414c76a20bf3ad.tar.gz portable-839fa4df5a77cc0ecb18d40393414c76a20bf3ad.tar.bz2 portable-839fa4df5a77cc0ecb18d40393414c76a20bf3ad.zip | |
adjust formatting of results
Diffstat (limited to '.github/workflows')
| -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: |
