Skip to content

Commit

Permalink
fix triggering of CI + E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Jun 25, 2024
1 parent 7590d55 commit c0cfe2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 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,7 +29,6 @@ variables:
- template: vars.yml

jobs:

- job: Python_Unit_Tests
pool:
name: 1es-aro-ci-pool
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 c0cfe2f

Please sign in to comment.