Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit c6337ce

Browse files
authored
Merge branch 'main' into main
2 parents 7bcf341 + 5419bb2 commit c6337ce

File tree

3 files changed

+18
-59
lines changed

3 files changed

+18
-59
lines changed

.github/workflows/ci_checks.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: General checks
2+
3+
on:
4+
push:
5+
branches:
6+
- "*"
7+
- "**"
8+
- "!publication"
9+
pull_request: {}
10+
11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
13+
cancel-in-progress: ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }}
14+
15+
jobs:
16+
17+
check-schema:
18+
uses: Lightning-AI/utilities/.github/workflows/[email protected]

.github/workflows/ci_code-format.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/ci_schema.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)