From 286ded1ea52340245bd6bc74d74e6050fa517eca Mon Sep 17 00:00:00 2001 From: Elle Sullivan Date: Mon, 4 Nov 2024 16:58:13 +0000 Subject: [PATCH] Add background agent folder --- .github/workflows/pir_end_to_end_tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pir_end_to_end_tests.yml b/.github/workflows/pir_end_to_end_tests.yml index d1559fc017..e7a6ac8462 100644 --- a/.github/workflows/pir_end_to_end_tests.yml +++ b/.github/workflows/pir_end_to_end_tests.yml @@ -11,7 +11,9 @@ on: startsWith(github.base_ref, 'hotfix/') || contains(toJson(github.event.pull_request.files.*.filename), 'DBPE2ETests/') || contains(toJson(github.event.pull_request.files.*.filename), 'LocalPackages/DataBrokerProtection/') || - contains(toJson(github.event.pull_request.files.*.filename), 'DuckDuckGo.xcodeproj/project.pbxproj') || + contains(toJson(github.event.pull_request.files.*.filename), 'LocalPackages/DataBrokerProtection/') || + contains(toJson(github.event.pull_request.files.*.filename), 'DuckDuckGoDBPBackgroundAgent/') || + contains(toJson(github.event.pull_request.files.*.filename), 'DuckDuckGo.xcodeproj/project.pbxproj') jobs: pir-e2e-tests: