Skip to content

Commit f4164d7

Browse files
jamesobutlerCopilot
andcommitted
CI: Update job and workflow names for clarity
There are 3 different yml files providing a matrix of testing. This commit aims to make it easier to scan all the jobs to see what is the same and different between each. Co-authored-by: Copilot <copilot@github.com>
1 parent 218b796 commit f4164d7

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Build (QMake, Legacy Platforms)
22

33
on:
44
push:
@@ -16,6 +16,7 @@ defaults:
1616

1717
jobs:
1818
ubuntu:
19+
name: "QMake | Ubuntu ${{ matrix.container_version }} | Qt5 (system)"
1920
strategy:
2021
fail-fast: false
2122
matrix:
@@ -129,6 +130,7 @@ jobs:
129130
if-no-files-found: error
130131

131132
oldschool:
133+
name: "QMake | RockyLinux ${{ matrix.container_os_version }} | Qt5 | ${{ matrix.configuration }}"
132134
strategy:
133135
fail-fast: false
134136
matrix:
@@ -202,6 +204,7 @@ jobs:
202204
if-no-files-found: error
203205

204206
macOS:
207+
name: "QMake | macOS | Qt ${{ matrix.qt-version }} | ${{ matrix.configuration }}"
205208
strategy:
206209
fail-fast: false
207210
matrix:
@@ -305,6 +308,7 @@ jobs:
305308
if-no-files-found: error
306309

307310
windows:
311+
name: "QMake | Windows | ${{ matrix.qt-arch }} | Qt ${{ matrix.qt-version }}"
308312
strategy:
309313
fail-fast: false
310314
matrix:

.github/workflows/build_cmake.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build (CMake)
1+
name: Build (CMake, Latest Qt)
22

33
on:
44
push:
@@ -16,6 +16,7 @@ defaults:
1616

1717
jobs:
1818
build:
19+
name: "CMake | ${{ matrix.os }} | Qt ${{ matrix.qt-version }}"
1920
strategy:
2021
fail-fast: false
2122
matrix:

.github/workflows/build_latest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check generated_cpp
1+
name: Build (QMake, Latest Qt)
22

33
on:
44
push:
@@ -16,6 +16,7 @@ defaults:
1616

1717
jobs:
1818
build:
19+
name: "QMake | ${{ matrix.os }} | Qt ${{ matrix.qt-version }}"
1920
strategy:
2021
fail-fast: false
2122
matrix:

0 commit comments

Comments
 (0)