Skip to content

Commit a8967dd

Browse files
authored
Merge pull request #9 from llvm-beanz/user/cbieneman/fix-actions
2 parents 79c00c9 + f286a52 commit a8967dd

File tree

4 files changed

+4
-43
lines changed

4 files changed

+4
-43
lines changed

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,11 @@ on:
1313
- main
1414

1515
jobs:
16-
macOS-Metal-DXC-PR:
17-
if: ${{ github.event.issue.pull_request }}
18-
uses: ./.github/workflows/test-all.yaml
19-
with:
20-
OS: macOS
21-
SKU: macOS
22-
Test-Clang: Off
23-
TestTarget: check-hlsl-mtl
24-
HLSLTest-branch: ${{ github.event.pull_request.head.sha }}
2516
macOS-Metal-DXC:
26-
if: ${{ !github.event.issue.pull_request }}
2717
uses: ./.github/workflows/test-all.yaml
2818
with:
2919
OS: macOS
3020
SKU: macOS
3121
Test-Clang: Off
3222
TestTarget: check-hlsl-mtl
23+
HLSLTest-branch: ${{ github.ref }}

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

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,12 @@ on:
1313
- main
1414

1515
jobs:
16-
Windows-D3D12-Intel-DXC-PR:
17-
if: ${{ github.event.issue.pull_request }}
18-
uses: ./.github/workflows/test-all.yaml
19-
with:
20-
OS: windows
21-
SKU: GPU-Intel
22-
Test-Clang: Off
23-
BuildType: Debug
24-
TestTarget: check-hlsl-d3d12
25-
HLSLTest-branch: ${{ github.event.pull_request.head.sha }}
2616
Windows-D3D12-Intel-DXC:
27-
if: ${{ !github.event.issue.pull_request }}
2817
uses: ./.github/workflows/test-all.yaml
2918
with:
3019
OS: windows
3120
SKU: GPU-Intel
3221
Test-Clang: Off
3322
BuildType: Debug
3423
TestTarget: check-hlsl-d3d12
24+
HLSLTest-branch: ${{ github.ref }}

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

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,12 @@ on:
1313
- main
1414

1515
jobs:
16-
Windows-VK-Intel-DXC-PR:
17-
if: ${{ github.event.issue.pull_request }}
18-
uses: ./.github/workflows/test-all.yaml
19-
with:
20-
OS: windows
21-
SKU: GPU-Intel
22-
Test-Clang: Off
23-
BuildType: Debug
24-
TestTarget: check-hlsl-vk
25-
HLSLTest-branch: ${{ github.event.pull_request.head.sha }}
2616
Windows-VK-Intel-DXC:
27-
if: ${{ !github.event.issue.pull_request }}
2817
uses: ./.github/workflows/test-all.yaml
2918
with:
3019
OS: windows
3120
SKU: GPU-Intel
3221
Test-Clang: Off
3322
BuildType: Debug
3423
TestTarget: check-hlsl-vk
24+
HLSLTest-branch: ${{ github.ref }}

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

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,12 @@ on:
1313
- main
1414

1515
jobs:
16-
Windows-D3D12-Warp-DXC-PR:
17-
if: ${{ github.event.issue.pull_request }}
18-
uses: ./.github/workflows/test-all.yaml
19-
with:
20-
OS: windows
21-
SKU: GPU-Intel
22-
Test-Clang: Off
23-
BuildType: Debug
24-
TestTarget: check-hlsl-warp-d3d12
25-
HLSLTest-branch: ${{ github.event.pull_request.head.sha }}
2616
Windows-D3D12-Warp-DXC:
27-
if: ${{ !github.event.issue.pull_request }}
2817
uses: ./.github/workflows/test-all.yaml
2918
with:
3019
OS: windows
3120
SKU: GPU-Intel
3221
Test-Clang: Off
3322
BuildType: Debug
3423
TestTarget: check-hlsl-warp-d3d12
24+
HLSLTest-branch: ${{ github.ref }}

0 commit comments

Comments
 (0)