From 1c248aadd527cc3c0e195854a4151b9be116ca6b Mon Sep 17 00:00:00 2001 From: Elle Sullivan Date: Mon, 4 Nov 2024 17:31:54 +0000 Subject: [PATCH] Try something that really should work no matter what --- .github/workflows/pir_end_to_end_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pir_end_to_end_tests.yml b/.github/workflows/pir_end_to_end_tests.yml index 16ead1f587..2fbe628928 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_name == 'loremattei/pir-integration-tests-for-ci' + containts(github.ref_name, 'i') # 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/') ||