wgpu/.github/workflows/validation-macos.yml
Teodor Tanasoaia 40b8f66146
Fix setup-dxc not found and make sure workflows run if their file was changed (#2247)
* fix setup-dxc not found

* run validation-windows if its workflow file was changed

* run validation-macos if its workflow file was changed

* run validation-linux if its workflow file was changed

* run lazy if its workflow file was changed
2023-02-10 13:44:57 +01:00

16 lines
275 B
YAML

name: validation-macos
on:
pull_request:
paths:
- '.github/workflows/validation-macos.yml'
- 'tests/out/msl/*.msl'
jobs:
validate-macos:
name: MSL
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- run: make validate-msl