Skip to content

Commit d85eb92

Browse files
committed
Removing ref addressing for the sub-workflow since it doesn't work
1 parent 583f466 commit d85eb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hlsl-matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on:
2424
- hlsl-macos
2525

26-
uses: llvm/llvm-project/.github/workflows/hlsl-test-all.yaml@${{ github.base_ref}}
26+
uses: ./.github/workflows/hlsl-test-all.yaml
2727
with:
2828
SKU: hlsl-macos
2929
TestTarget: check-hlsl-clang-mtl # TODO: This target changes based on SKU

0 commit comments

Comments
 (0)