From fc036e16811f4d546450c83b103a97c7b30d0d56 Mon Sep 17 00:00:00 2001 From: Elle Sullivan Date: Mon, 4 Nov 2024 17:30:04 +0000 Subject: [PATCH] Remove refs/heads --- .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 843ca79ab0..16ead1f587 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 == 'refs/heads/loremattei/pir-integration-tests-for-ci' + github.ref_name == '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/') ||