Skip to content

Update paths

Update paths #2

Workflow file for this run

name: HLSL Tests - macOS
permissions:
contents: read
checks: write
on:
workflow_dispatch:
pull_request:
branches:
- main
paths:
- 'llvm/**/DirectX/**'
- '.github/workflows/hlsl*'
- '.github/workflows/hlsl/*'
- clang/*HLSL*/**/*
- clang/**/*HLSL*
- llvm/**/Frontend/HLSL/**/*
jobs:
macOS-Metal-Clang:
uses: ./.github/workflows/hlsl/hlsl-all.yaml

Check failure on line 22 in .github/workflows/hlsl-macos.yaml

View workflow run for this annotation

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

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
OS: macOS
SKU: hlsl-metal
TestTarget: check-hlsl-clang-mtl
LLVM-branch: ${{ github.ref }}