This repository was archived by the owner on Aug 28, 2025. It is now read-only.
Merge branch 'main' into dependabot-pip-torch-gte-1.8.1-and-lt-2.6 #1250
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: General checks | |
| on: | |
| push: | |
| branches: | |
| - "*" | |
| - "**" | |
| - "!publication" | |
| pull_request: {} | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }} | |
| cancel-in-progress: ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }} | |
| jobs: | |
| check-schema: | |
| uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.11.9 |