diff options
author | Joshua Sing <joshua@hypera.dev> | 2023-12-19 17:34:10 +1100 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-03-03 15:32:50 -0600 |
commit | 16fb59d6039949c7b4e168ba9a993372e2edc4f0 (patch) | |
tree | ce21c7f8e2541660ab582adf17f99b63ad80c728 /.github | |
parent | 1c72631e2c90e4c75f120ca1f2cbf94245b1c9b6 (diff) | |
download | portable-16fb59d6039949c7b4e168ba9a993372e2edc4f0.tar.gz portable-16fb59d6039949c7b4e168ba9a993372e2edc4f0.tar.bz2 portable-16fb59d6039949c7b4e168ba9a993372e2edc4f0.zip |
ci: tidy windows workflow job name
Diffstat (limited to '.github')
-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 fa0b9d0..ce6e9ce 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml | |||
@@ -9,7 +9,7 @@ on: | |||
9 | 9 | ||
10 | jobs: | 10 | jobs: |
11 | test: | 11 | test: |
12 | name: "${{ matrix.os }}/${{ matrix.arch }}${{ matrix.generator && format(' ({0})', matrix.generator) || '' }}" | 12 | name: "${{ matrix.os }}/${{ matrix.arch }} (${{ matrix.generator }})" |
13 | runs-on: "${{ matrix.os }}" | 13 | runs-on: "${{ matrix.os }}" |
14 | permissions: | 14 | permissions: |
15 | contents: read | 15 | contents: read |