Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azure/ipynb-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ trigger:
batch: "true"
# publish notebooks only from default/main branch
branches:
include: [main]
include: ["main"]

# no run on PR as this is exclusive for publishing notebooks
pr: none
Expand Down
2 changes: 1 addition & 1 deletion .azure/ipynb-validate.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
trigger: none
pr:
branches:
include: [main]
include: ["main"]
autoCancel: "true"
drafts: "true"

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/ci_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ concurrency:

jobs:
check-schema:
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.12.0
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.14.2
with:
actions-ref: v0.14.2
azure-schema-version: "v1.249.0"
Loading