Skip to content

Try grabbing workflow from the target ref #2

Try grabbing workflow from the target ref

Try grabbing workflow from the target ref #2

Workflow file for this run

name: HLSL Tests
permissions:
contents: read
on:
workflow_dispatch:
pull_request:
branches:
- main
paths:
- llvm/**/DirectX/**
- .github/workflows/hlsl*
- clang/*HLSL*/**/*
- clang/**/*HLSL*
- llvm/**/Frontend/HLSL/**/*
jobs:
HLSL-Tests:
strategy:
fail-fast: false
matrix:
runs-on:
- hlsl-macos
uses: llvm/llvm-project/.github/workflows/hlsl-test-all.yaml@${{ github.base_ref}}

Check failure on line 26 in .github/workflows/hlsl-matrix.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/hlsl-matrix.yaml

Invalid workflow file

invalid value workflow reference: version cannot have whitespace: ${{ github.base_ref}}
with:
SKU: hlsl-macos
TestTarget: check-hlsl-clang-mtl # TODO: This target changes based on SKU
LLVM-ref: ${{ github.ref }}