Skip to content

Commit 67f1d10

Browse files
committed
Update branch rules for running CI (#15924)
1 parent 569996f commit 67f1d10

16 files changed

+26
-20
lines changed

.azure/app-cloud-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ pr:
2525
include:
2626
- "master"
2727
- "release/*"
28+
- "lite/debug"
2829
paths:
2930
include:
3031
- ".actions/**"

.azure/gpu-benchmark.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pr:
1818
include:
1919
- "master"
2020
- "release/*"
21+
- "lite/debug"
2122
paths:
2223
include:
2324
- ".azure/gpu-benchmark.yml"

.azure/gpu-tests-fabric.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pr:
1818
include:
1919
- "master"
2020
- "release/*"
21+
- "lite/debug"
2122
paths:
2223
include:
2324
- ".actions/**"

.azure/gpu-tests-pytorch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pr:
1818
include:
1919
- "master"
2020
- "release/*"
21+
- "lite/debug"
2122
paths:
2223
include:
2324
- ".actions/**"

.azure/hpu-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pr:
1515
include:
1616
- "master"
1717
- "release/*"
18+
- "lite/debug"
1819
paths:
1920
include:
2021
- ".actions/**"

.azure/ipu-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ pr:
1313
include:
1414
- "master"
1515
- "release/*"
16+
- "lite/debug"
1617
paths:
1718
include:
1819
- ".actions/**"

.github/workflows/ci-dockers-pytorch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Docker
22

33
on:
44
push:
5-
branches: [master, "release/*"]
5+
branches: [master, "release/*", "lite/debug"]
66
pull_request:
7-
branches: [master, "release/*"]
7+
branches: [master, "release/*", "lite/debug"]
88
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
99
paths:
1010
- ".actions/**"

.github/workflows/ci-examples-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Test App - examples
33
# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
44
on:
55
push:
6-
branches: [master, "release/*"]
6+
branches: [master, "release/*", "lite/debug"]
77
pull_request:
8-
branches: [master, "release/*"]
8+
branches: [master, "release/*", "lite/debug"]
99
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
1010
paths:
1111
- ".actions/**"

.github/workflows/ci-pkg-install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Package
33
# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
44
on:
55
push:
6-
branches: [master, "release/*"]
6+
branches: [master, "release/*", "lite/debug"]
77
pull_request:
8-
branches: [master, "release/*"]
8+
branches: [master, "release/*", "lite/debug"]
99
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
1010
paths:
1111
- ".actions/**"

.github/workflows/ci-schema.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Check Schema
22

33
on:
44
push:
5-
branches: [master, "release/*"]
5+
branches: [master, "release/*", "lite/debug"]
66
pull_request:
7-
branches: [master, "release/*"]
7+
branches: [master, "release/*", "lite/debug"]
88

99
jobs:
1010
check:

0 commit comments

Comments
 (0)