Skip to content

Commit 069238e

Browse files
authored
[ci] Fix branch classification (#31811)
* [ci] Fix branch classification * [ci] Fix schedule
1 parent bb0668b commit 069238e

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.azuredevops/policies/branchClassification.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ configuration:
44
branchClassificationSettings:
55
defaultClassification: nonproduction
66
ruleset:
7-
- name: prod-branches
8-
branchNames:
9-
- main
10-
- release/*
11-
- net10.0
12-
- net9.0
13-
- inflight/current
14-
classification: production
7+
- name: prod-branches
8+
branchNames:
9+
- main
10+
- release/*
11+
- internal/release/*
12+
- net10.0
13+
- net9.0
14+
- inflight/current
15+
classification: production

eng/pipelines/azure-pipelines-internal.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ schedules:
2828
- main
2929
- net10.0
3030
- inflight/current
31+
always: true
3132

3233
variables:
3334
- template: /eng/common/templates/variables/pool-providers.yml@self

0 commit comments

Comments
 (0)