Force hook standalone tests to single device (#20491) #30969
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Schema | |
on: | |
push: | |
branches: [master, "release/*"] | |
pull_request: | |
branches: [master, "release/*"] | |
jobs: | |
check: | |
uses: Lightning-AI/utilities/.github/workflows/[email protected] | |
with: | |
# skip azure due to the wrong schema file by MSFT | |
# https://github.com/Lightning-AI/lightning-flash/pull/1455#issuecomment-1244793607 | |
azure-dir: "" |