Skip to content

Commit 3959cdb

Browse files
committed
One more title fix
1 parent 58acc57 commit 3959cdb

8 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- cron: '0 */2 * * *' # run every 2 hours
1010

1111
jobs:
12-
macos:
12+
macOS-Metal-Clang:
1313
uses: ./.github/workflows/test-all.yaml
1414
with:
1515
OS: macOS

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- cron: '0 */2 * * *' # run every 2 hours
1010

1111
jobs:
12-
macos-dxc-only:
12+
macOS-Metal-DXC:
1313
uses: ./.github/workflows/test-all.yaml
1414
with:
1515
OS: macOS

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- cron: '0 */2 * * *' # run every 12 hours
1010

1111
jobs:
12-
windows-Intel:
12+
Windows-D3D12-Intel-Clang:
1313
uses: ./.github/workflows/test-all.yaml
1414
with:
1515
OS: windows

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- cron: '0 */2 * * *' # run every 12 hours
1010

1111
jobs:
12-
windows-Intel:
12+
Windows-VK-Intel-Clang:
1313
uses: ./.github/workflows/test-all.yaml
1414
with:
1515
OS: windows

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- cron: '0 */2 * * *' # run every 12 hours
1010

1111
jobs:
12-
windows-Intel:
12+
Windows-D3D12-Warp-Clang:
1313
uses: ./.github/workflows/test-all.yaml
1414
with:
1515
OS: windows

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- cron: '0 */2 * * *' # run every 2 hours
1010

1111
jobs:
12-
windows-Intel-dxc-only:
12+
Windows-D3D12-Intel-DXC:
1313
uses: ./.github/workflows/test-all.yaml
1414
with:
1515
OS: windows

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- cron: '0 */2 * * *' # run every 2 hours
1010

1111
jobs:
12-
windows-Intel-dxc-only:
12+
Windows-VK-Intel-DXC:
1313
uses: ./.github/workflows/test-all.yaml
1414
with:
1515
OS: windows

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- cron: '0 */2 * * *' # run every 2 hours
1010

1111
jobs:
12-
windows-Intel-dxc-only:
12+
Windows-D3D12-Warp-DXC:
1313
uses: ./.github/workflows/test-all.yaml
1414
with:
1515
OS: windows

0 commit comments

Comments
 (0)