Skip to content

Commit 748caee

Browse files
authored
Fix up a couple errors from canary rename (#3042)
1 parent 7d4205f commit 748caee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
/.github/workflows/ @Azure/azure-sdk-eng
8686
/.github/CODEOWNERS @RickWinter @ronniegeraghty @Azure/azure-sdk-eng
8787
/.config/1espt/ @benbp @weshaggard
88-
/sdk/template/ @hallipr
88+
/sdk/canary/ @hallipr
8989

9090
# Add owners for notifications for specific pipelines
9191
/eng/common/pipelines/codeowners-linter.yml @rickwinter

sdk/canary/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ trigger:
88
- release/*
99
paths:
1010
include:
11-
- sdk/template/
11+
- sdk/canary/
1212

1313
extends:
1414
template: /eng/pipelines/templates/stages/archetype-sdk-client.yml
1515
parameters:
16-
ServiceDirectory: template
16+
ServiceDirectory: canary
1717
Artifacts:
1818
- name: azure_canary_core
1919
safeName: AzureTemplateCore

0 commit comments

Comments
 (0)