diff --git a/.github/workflows/pir_end_to_end_tests.yml b/.github/workflows/pir_end_to_end_tests.yml index e386777cfa..d33e91d35a 100644 --- a/.github/workflows/pir_end_to_end_tests.yml +++ b/.github/workflows/pir_end_to_end_tests.yml @@ -19,12 +19,14 @@ jobs: runner: macos-14-xlarge if: | - startsWith(github.event.pull_request.head.ref, 'loremattei/') - # 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.event.pull_request.head.ref, 'loremattei/') || + startsWith(github.event.pull_request.head.ref, 'release/') || + startsWith(github.event.pull_request.head.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), '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 }}