Skip to content

Commit 9858c68

Browse files
authored
Exclude eng directory from npm ci/pr gates (Azure#11972)
* Exclude eng/common directory from npm ci/pr gates
1 parent 714c5a1 commit 9858c68

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

eng/pipelines/mgmt-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ trigger:
44
- master
55
paths:
66
exclude:
7+
- eng/common/
78
- sdk/anomalydetector/ai-anomaly-detector/
89
- sdk/appconfiguration/app-configuration/
910
- sdk/communication/communication-administration/

eng/pipelines/mgmt-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ pr:
44
- '*'
55
paths:
66
exclude:
7+
- eng/common/
78
- sdk/anomalydetector/ai-anomaly-detector/
89
- sdk/appconfiguration/app-configuration/
910
- sdk/communication/communication-administration/

0 commit comments

Comments
 (0)