Skip to content

Commit 0f1aa3b

Browse files
author
Victoria Hall
committed
same template as openai pipeline
1 parent c062966 commit 0f1aa3b

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/ci_e2e_workflow.yml

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
# This workflow will install Python dependencies and run end to end tests with single version of Python
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3-
41
pr:
52
branches:
63
include:
7-
- main
4+
- dev
85
paths:
96
exclude:
107
- '**.md'
118

129
trigger:
1310
branches:
1411
include:
15-
- main
12+
- dev
1613
paths:
1714
exclude:
1815
- '**.md'
@@ -29,7 +26,7 @@ schedules:
2926
displayName: At 12:00 AM, only on Monday
3027
branches:
3128
include:
32-
- main
29+
- dev
3330
always: true
3431

3532
extends:
@@ -42,7 +39,7 @@ extends:
4239

4340
stages:
4441
- stage: Build
45-
displayName: 'Python E2E CI Tests'
42+
displayName: 'Build extension and samples'
4643
jobs:
4744
- job: Build
4845
pool:
@@ -51,6 +48,6 @@ extends:
5148
os: linux
5249
steps:
5350
- task: UseDotNet@2
54-
displayName: 'Install .NET Core SDK 8'
51+
displayName: 'Install .NET Core SDK 6 LTS'
5552
inputs:
56-
version: '8.x'
53+
version: '6.x'

0 commit comments

Comments
 (0)