Skip to content

Commit 2549366

Browse files
authored
Temporarily remove .github (#25061)
from sync-tools pipeline, prevent github action on generation branch being removed
1 parent 5b842bc commit 2549366

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.azure-pipelines/sync-tools-folder.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ trigger:
1111
paths:
1212
include:
1313
- .azure-pipelines
14-
- .github
1514
- tools
1615
- src/lib
1716
- .ci-config.json
@@ -53,4 +52,4 @@ jobs:
5352
$BaseBranch = "$(BranchName)"
5453
$Description = "Migrate Sync tools code from main branch to $(BranchName) branch"
5554
./tools/Github/CreatePR.ps1 -Title $Title -HeadBranch $HeadBranch -BaseBranch $BaseBranch -BotAccessToken $(GithubToken) -Description $Description
56-
displayName: Create PR to $(BranchName) branch
55+
displayName: Create PR to $(BranchName) branch

0 commit comments

Comments
 (0)