Skip to content

Commit 959d2fc

Browse files
authored
Restrict kerberos pipeline to main branch (#4265)
1 parent 4a36399 commit 959d2fc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

eng/pipelines/kerberos/sqlclient-kerberos.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Daily Kerberos authentication test pipeline for Microsoft.Data.SqlClient.
1111
# Replaces the Classic "Test-SqlClient-Kerberos-Azure" pipeline.
1212
#
13-
# Schedule: daily at 07:00 UTC on main, release/6.1, and release/7.0.
13+
# Schedule: daily at 07:00 UTC on main.
1414
#
1515
# Job breakdown (10 total):
1616
# Stage: windows → 7 jobs (net462 + net8/9/10 × NativeSNI/ManagedSNI)
@@ -43,8 +43,6 @@ schedules:
4343
branches:
4444
include:
4545
- main
46-
- release/6.1
47-
- release/7.0
4846
always: true
4947

5048
name: $(date:yyyyMMdd)$(rev:.r)

0 commit comments

Comments
 (0)