Skip to content

Commit 2f22928

Browse files
PureWeengithub-actions[bot]Copilot
authored
[ci] Auto-trigger uitests and device-tests on darc-* branches (dotnet#34317)
<!-- Please let the below note in for people that find this PR --> > [!NOTE] > Are you waiting for the changes in this PR to be merged? > It would be very helpful if you could [test the resulting artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from this PR and let us know in a comment if this change resolves your issue. Thank you! ### Description of Change Add `darc-*` to the `trigger: branches: include:` section in `ci-uitests.yml` and `ci-device-tests.yml` so that `maui-pr-uitests` and `maui-pr-devicetests` automatically run when dotnet-maestro pushes dependency updates to `darc-*` branches. Previously, these pipelines required manual `/azp run` comments on every maestro PR. ### Issues Fixed N/A - CI improvement ### Files Changed - `eng/pipelines/ci-uitests.yml` - Added `darc-*` to CI trigger branch filter - `eng/pipelines/ci-device-tests.yml` - Added `darc-*` to CI trigger branch filter Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <[email protected]>
1 parent c5fadf8 commit 2f22928

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

eng/pipelines/ci-device-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ trigger:
55
- release/*
66
- net*.0
77
- inflight/*
8+
- darc-*
89
tags:
910
include:
1011
- '*'

eng/pipelines/ci-uitests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ trigger:
55
- release/*
66
- net*.0
77
- inflight/*
8+
- darc-*
89
tags:
910
include:
1011
- '*'

0 commit comments

Comments
 (0)