diff options
author | Joshua Sing <joshua@joshuasing.dev> | 2025-01-11 23:00:48 +1100 |
---|---|---|
committer | Joshua Sing <joshua@joshuasing.dev> | 2025-01-11 23:00:48 +1100 |
commit | b8e4965e549c0c081c99ad6498174b0064c24448 (patch) | |
tree | a44a095456870eb7ea220c1b646e6cb895169a1e | |
parent | 7a9c5f18b56850ab53d76740d0a3710a7907746b (diff) | |
download | portable-b8e4965e549c0c081c99ad6498174b0064c24448.tar.gz portable-b8e4965e549c0c081c99ad6498174b0064c24448.tar.bz2 portable-b8e4965e549c0c081c99ad6498174b0064c24448.zip |
ci: change cmake workflow name to match others
-rw-r--r-- | .github/workflows/cmake-config.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/cmake-config.yml b/.github/workflows/cmake-config.yml index 3858773..0988102 100644 --- a/.github/workflows/cmake-config.yml +++ b/.github/workflows/cmake-config.yml | |||
@@ -1,5 +1,5 @@ | |||
1 | # GitHub Actions workflow to test CMake config. | 1 | # GitHub Actions workflow to check CMake config. |
2 | name: "CMake Config" | 2 | name: "CMake Check" |
3 | 3 | ||
4 | on: | 4 | on: |
5 | push: {} | 5 | push: {} |
@@ -11,7 +11,7 @@ concurrency: | |||
11 | 11 | ||
12 | jobs: | 12 | jobs: |
13 | check: | 13 | check: |
14 | name: "Check (${{ matrix.os }})" | 14 | name: "${{ matrix.os }}" |
15 | runs-on: "${{ matrix.os }}" | 15 | runs-on: "${{ matrix.os }}" |
16 | strategy: | 16 | strategy: |
17 | fail-fast: true | 17 | fail-fast: true |