From a8706c8b641b98dc8d110c0fbc9cac87e65dfd30 Mon Sep 17 00:00:00 2001 From: Elle Sullivan Date: Mon, 4 Nov 2024 17:15:27 +0000 Subject: [PATCH] Let's try again --- .github/workflows/pir_end_to_end_tests.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pir_end_to_end_tests.yml b/.github/workflows/pir_end_to_end_tests.yml index 75b79ddfa7..5fcbcce0db 100644 --- a/.github/workflows/pir_end_to_end_tests.yml +++ b/.github/workflows/pir_end_to_end_tests.yml @@ -19,15 +19,14 @@ jobs: runner: macos-14-xlarge if: | - true - # startsWith(github.base_ref, 'release/') || - # startsWith(github.base_ref, 'hotfix/') || - # github.base_ref == 'loremattei/pir-integration-tests-for-ci/' || - # 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), 'LocalPackages/DataBrokerProtection/') || - # contains(toJson(github.event.pull_request.files.*.filename), 'DuckDuckGoDBPBackgroundAgent/') || - # contains(toJson(github.event.pull_request.files.*.filename), 'DuckDuckGo.xcodeproj/project.pbxproj') + startsWith(github.base_ref, 'release/') || + startsWith(github.base_ref, 'hotfix/') || + startsWith(github.ref, 'refs/heads/loremattei/pir-integration-tests-for-ci/') || + 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), 'LocalPackages/DataBrokerProtection/') || + contains(toJson(github.event.pull_request.files.*.filename), 'DuckDuckGoDBPBackgroundAgent/') || + contains(toJson(github.event.pull_request.files.*.filename), 'DuckDuckGo.xcodeproj/project.pbxproj') concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.runner }}