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 }}