From 4933be56e96f10c2edda192db88003f3698aa2b6 Mon Sep 17 00:00:00 2001 From: Elle Sullivan Date: Mon, 4 Nov 2024 17:29:38 +0000 Subject: [PATCH] Go back to ref name --- .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 963162f9e3..843ca79ab0 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.event.ref == 'refs/heads/loremattei/pir-integration-tests-for-ci' + github.ref_name == '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/') ||