Skip to content

Commit 9567057

Browse files
committed
Updated workflow names
1 parent b557a9d commit 9567057

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ env:
1818
BUILD_PLATFORM: x64
1919

2020
jobs:
21+
name: Linux Clang Build
2122
build:
2223
runs-on: ubuntu-latest
2324
if: github.event.pull_request.draft == false
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name: Linux Release Build
1+
name: Linux Release
22

33
on:
44
workflow_dispatch:
55

66
jobs:
77
build:
8+
name: Generate Linux x64 Release Artifact
89
runs-on: ubuntu-latest
910

1011
steps:

.github/workflows/windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Windows MSBuild
1+
name: Windows MSVC
22

33
on:
44
pull_request:
@@ -17,6 +17,7 @@ env:
1717
BUILD_CONFIGURATION: Release
1818

1919
jobs:
20+
name: Windows MSVC Build
2021
build:
2122
runs-on: windows-latest
2223
if: github.event.pull_request.draft == false
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name: Windows Release Build
1+
name: Windows Release
22

33
on:
44
workflow_dispatch:
55

66
jobs:
77
build:
8+
name: Generate Windows x64 Release Artifact
89
runs-on: windows-latest
910

1011
steps:

0 commit comments

Comments
 (0)