File tree Expand file tree Collapse file tree 4 files changed +59
-0
lines changed Expand file tree Collapse file tree 4 files changed +59
-0
lines changed Original file line number Diff line number Diff line change 8
8
schedule :
9
9
- cron : ' */30 * * * *' # run every 30 minutes
10
10
11
+ pull_request :
12
+ branches :
13
+ - main
14
+
11
15
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 }}
12
25
macOS-Metal-DXC :
26
+ if : ${{ !github.event.issue.pull_request }}
13
27
uses : ./.github/workflows/test-all.yaml
14
28
with :
15
29
OS : macOS
Original file line number Diff line number Diff line change 8
8
schedule :
9
9
- cron : ' */30 * * * *' # run every 30 minutes
10
10
11
+ pull_request :
12
+ branches :
13
+ - main
14
+
11
15
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 }}
12
26
Windows-D3D12-Intel-DXC :
27
+ if : ${{ !github.event.issue.pull_request }}
13
28
uses : ./.github/workflows/test-all.yaml
14
29
with :
15
30
OS : windows
Original file line number Diff line number Diff line change 8
8
schedule :
9
9
- cron : ' */30 * * * *' # run every 30 minutes
10
10
11
+ pull_request :
12
+ branches :
13
+ - main
14
+
11
15
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 }}
12
26
Windows-VK-Intel-DXC :
27
+ if : ${{ !github.event.issue.pull_request }}
13
28
uses : ./.github/workflows/test-all.yaml
14
29
with :
15
30
OS : windows
Original file line number Diff line number Diff line change 8
8
schedule :
9
9
- cron : ' */30 * * * *' # run every 30 minutes
10
10
11
+ pull_request :
12
+ branches :
13
+ - main
14
+
11
15
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 }}
12
26
Windows-D3D12-Warp-DXC :
27
+ if : ${{ !github.event.issue.pull_request }}
13
28
uses : ./.github/workflows/test-all.yaml
14
29
with :
15
30
OS : windows
You can’t perform that action at this time.
0 commit comments