Skip to content

Commit a970b32

Browse files
committed
- Removed eng/dashboards from pipeline triggers since it doesn't contain any files related to builds.
1 parent feb3b46 commit a970b32

5 files changed

+10
-9
lines changed

eng/pipelines/dotnet-sqlclient-ci-package-reference-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ trigger:
6666
- .azuredevops
6767
- .config
6868
- doc
69-
- eng
69+
- eng/pipelines
7070
- src
7171
- tools
7272
- azurepipelines-coverage.yml

eng/pipelines/dotnet-sqlclient-ci-project-reference-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ trigger:
6666
- .azuredevops
6767
- .config
6868
- doc
69-
- eng
69+
- eng/pipelines
7070
- src
7171
- tools
7272
- azurepipelines-coverage.yml

eng/pipelines/dotnet-sqlclient-signing-pipeline.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ trigger:
1111
- internal/main
1212
paths:
1313
include:
14+
- .azuredevops
15+
- .config
16+
- doc
17+
- eng/pipelines
1418
- src
15-
- eng
1619
- tools
17-
- .config
20+
- azurepipelines-coverage.yml
1821
- build.proj
19-
- Nuget.config
20-
- '*.cmd'
21-
- '*.sh'
22+
- NuGet.config
2223

2324
schedules:
2425
- cron: '30 4 * * Mon'

eng/pipelines/sqlclient-pr-package-ref-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pr:
3939
- .azuredevops
4040
- .config
4141
- doc
42-
- eng
42+
- eng/pipelines
4343
- src
4444
- tools
4545
- azurepipelines-coverage.yml

eng/pipelines/sqlclient-pr-project-ref-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pr:
3939
- .azuredevops
4040
- .config
4141
- doc
42-
- eng
42+
- eng/pipelines
4343
- src
4444
- tools
4545
- azurepipelines-coverage.yml

0 commit comments

Comments
 (0)