feat: add suggest_integrations flag to toggle integration suggestions in Trainer logs (default True)
#35538
Workflow file for this run
This file contains hidden or 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/check-schema.yml@v0.15.3 | |
| with: | |
| # skip azure due to the wrong schema file by MSFT | |
| # https://github.com/Lightning-AI/lightning-flash/pull/1455#issuecomment-1244793607 | |
| azure-dir: "" |