From c17a5b0011fd849307b832c67d3490f0dcb701c5 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Mon, 29 Sep 2025 10:57:28 +0200 Subject: [PATCH 1/2] [ci] Fix branch classification --- .azuredevops/policies/branchClassification.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.azuredevops/policies/branchClassification.yml b/.azuredevops/policies/branchClassification.yml index ab2a78548d2a..af67a75b1138 100644 --- a/.azuredevops/policies/branchClassification.yml +++ b/.azuredevops/policies/branchClassification.yml @@ -4,11 +4,12 @@ configuration: branchClassificationSettings: defaultClassification: nonproduction ruleset: - - name: prod-branches - branchNames: - - main - - release/* - - net10.0 - - net9.0 - - inflight/current - classification: production \ No newline at end of file + - name: prod-branches + branchNames: + - main + - release/* + - internal/release/* + - net10.0 + - net9.0 + - inflight/current + classification: production From 7c9480a278f39ee4c5f994fc6013fc006057466d Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Mon, 29 Sep 2025 10:57:54 +0200 Subject: [PATCH 2/2] [ci] Fix schedule --- eng/pipelines/azure-pipelines-internal.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/pipelines/azure-pipelines-internal.yml b/eng/pipelines/azure-pipelines-internal.yml index e4019822d786..99167a8c081a 100644 --- a/eng/pipelines/azure-pipelines-internal.yml +++ b/eng/pipelines/azure-pipelines-internal.yml @@ -29,6 +29,7 @@ schedules: - main - net10.0 - inflight/current + always: true variables: - template: /eng/common/templates/variables/pool-providers.yml@self