diff --git a/.github/workflows/pir_end_to_end_tests.yml b/.github/workflows/pir_end_to_end_tests.yml index 87976f823c..963162f9e3 100644 --- a/.github/workflows/pir_end_to_end_tests.yml +++ b/.github/workflows/pir_end_to_end_tests.yml @@ -19,7 +19,7 @@ jobs: runner: macos-14-xlarge if: | - github.ref == 'refs/heads/loremattei/pir-integration-tests-for-ci' + github.event.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/') ||