From 60ef851d1e4320f42f48f74be0a56d3f5babe796 Mon Sep 17 00:00:00 2001 From: Ben Broderick Phillips Date: Fri, 13 Mar 2026 18:10:47 -0400 Subject: [PATCH] Update doc references to sync pipeline paths/names --- .../pipelines/templates/steps/eng-common-workflow-enforcer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/pipelines/templates/steps/eng-common-workflow-enforcer.yml b/eng/common/pipelines/templates/steps/eng-common-workflow-enforcer.yml index f4b385e14550..d3838d99278b 100644 --- a/eng/common/pipelines/templates/steps/eng-common-workflow-enforcer.yml +++ b/eng/common/pipelines/templates/steps/eng-common-workflow-enforcer.yml @@ -21,7 +21,7 @@ steps: } if ((!"$(System.PullRequest.SourceBranch)".StartsWith("sync-.github")) -and "$(System.PullRequest.TargetBranch)" -match "^(refs/heads/)?$(DefaultBranch)$") { - # This list needs to be kept in sync with the FilePatterns listed in eng/pipelines/eng-github-config-sync.yml + # This list needs to be kept in sync with the FilePatterns listed in eng/pipelines/sync-.github.yml $filePatterns = @(".github/workflows/*event*", ".github/workflows/post-apiview.yml", ".github/skills/azsdk-common-*/**") $filesInCommonDir = @() foreach ($filePattern in $filePatterns) {