Skip to content

Commit 58acc57

Browse files
committed
Fix workflow names
1 parent 56e4c87 commit 58acc57

8 files changed

+9
-9
lines changed

.github/workflows/macos-clang-mtl.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: macos
1+
name: macOS Metal Clang
22

33
permissions:
44
contents: read
@@ -14,4 +14,4 @@ jobs:
1414
with:
1515
OS: macOS
1616
Test-Clang: On
17-
TestTarget: check-clang-mtl
17+
TestTarget: check-hlsl-clang-mtl

.github/workflows/macos-dxc-mtl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: macos-dxc-only
1+
name: macOS Metal DXC
22

33
permissions:
44
contents: read

.github/workflows/windows-intel-clang-d3d12.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: windows-Intel
1+
name: Windows D3D12 Intel Clang
22

33
permissions:
44
contents: read

.github/workflows/windows-intel-clang-vk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: windows-Intel
1+
name: Windows Vulkan Intel Clang
22

33
permissions:
44
contents: read

.github/workflows/windows-intel-clang-warp-d3d12.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: windows-Intel
1+
name: Windows D3D12 Warp Clang
22

33
permissions:
44
contents: read

.github/workflows/windows-intel-dxc-d3d12.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: windows-Intel-dxc-only
1+
name: Windows D3D12 Intel DXC
22

33
permissions:
44
contents: read

.github/workflows/windows-intel-dxc-vk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: windows-Intel-dxc-only
1+
name: Windows Vulkan Intel DXC
22

33
permissions:
44
contents: read

.github/workflows/windows-intel-dxc-warp-d3d12.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: windows-Intel-dxc-only
1+
name: Windows D3D12 Warp DXC
22

33
permissions:
44
contents: read

0 commit comments

Comments
 (0)