Skip to content

Commit 0b53d9f

Browse files
Prepend internal/ to schedule branch filter in sqlclient-kerberos pipeline (#4285)
Agent-Logs-Url: https://github.com/dotnet/SqlClient/sessions/05fdb01b-de95-4747-8891-ca640d6bdc46 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: paulmedynski <31868385+paulmedynski@users.noreply.github.com>
1 parent fbfd827 commit 0b53d9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eng/pipelines/kerberos/sqlclient-kerberos.yml

Lines changed: 2 additions & 2 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.
13+
# Schedule: daily at 07:00 UTC on internal/main.
1414
#
1515
# Job breakdown (10 total):
1616
# Stage: windows → 7 jobs (net462 + net8/9/10 × NativeSNI/ManagedSNI)
@@ -42,7 +42,7 @@ schedules:
4242
displayName: Daily run (07:00 UTC)
4343
branches:
4444
include:
45-
- main
45+
- internal/main
4646
always: true
4747

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

0 commit comments

Comments
 (0)