Skip to content

Commit 4dd8503

Browse files
committed
This should actually fix it now
.github/workflows/hlsl-test-all.yaml .github/workflows/hlsl-test-all.yaml
1 parent 7c9763a commit 4dd8503

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/hlsl-macos.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@ on:
99
pull_request:
1010
branches:
1111
- main
12+
paths:
13+
- llvm/**/DirectX/**
14+
- .github/workflows/hlsl*
15+
- clang/*HLSL*/**/*
16+
- clang/**/*HLSL*
17+
- llvm/**/Frontend/HLSL/**/*
1218

1319
jobs:
1420
HLSL-macOS:
15-
uses: ./.github/workflows/hlsl/hlsl-all.yaml
21+
uses: ./.github/workflows/hlsl-all.yaml
1622
with:
1723
OS: macOS
1824
SKU: hlsl-metal
File renamed without changes.

0 commit comments

Comments
 (0)