Skip to content

Commit

Permalink
Merge pull request #3644 from Azure/hawkowl/e2e-trigger-fixes
Browse files Browse the repository at this point in the history
Fix automatic triggering of CI + E2E
  • Loading branch information
jaitaiwan authored Jul 2, 2024
2 parents 2adcd63 + 7dfe2d5 commit ec0b8c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ trigger:
- v2*

pr:
branches:
include:
- master
paths:
exclude:
- docs/*
Expand All @@ -32,12 +29,12 @@ variables:
- template: vars.yml

jobs:

- job: Python_Unit_Tests
pool:
name: 1es-aro-ci-pool
variables:
HOME: $(Agent.BuildDirectory)

steps:
- template: ./templates/template-checkout.yml
- script: |
Expand Down
2 changes: 1 addition & 1 deletion .pipelines/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pr: none
resources:
pipelines:
- pipeline: e2e
source: CI
source: \Public Cloud ARO pipelines\CI\CI
trigger: true
containers:
- container: container
Expand Down

0 comments on commit ec0b8c4

Please sign in to comment.