Skip to content

Commit 4b15960

Browse files
author
Azure Pipelines
committed
Merge remote-tracking branch 'origin/main' into publication
2 parents 786a242 + 74e9087 commit 4b15960

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.azure/ipynb-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ trigger:
33
batch: "true"
44
# publish notebooks only from default/main branch
55
branches:
6-
include: [main]
6+
include: ["main"]
77

88
# no run on PR as this is exclusive for publishing notebooks
99
pr: none

.azure/ipynb-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
trigger: none
22
pr:
33
branches:
4-
include: [main]
4+
include: ["main"]
55
autoCancel: "true"
66
drafts: "true"
77

.github/workflows/ci_checks.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ concurrency:
1414

1515
jobs:
1616
check-schema:
17-
uses: Lightning-AI/utilities/.github/workflows/[email protected]
17+
uses: Lightning-AI/utilities/.github/workflows/[email protected]
18+
with:
19+
actions-ref: v0.14.3
20+
azure-schema-version: "v1.249.0"

0 commit comments

Comments
 (0)