From 44c9b4551f4bb31baf6054428ffdc038483f08a8 Mon Sep 17 00:00:00 2001 From: Jina Jain Date: Fri, 22 Dec 2023 12:22:41 -0800 Subject: [PATCH] Fix github event var for head repo (#1097) --- .github/workflows/functional_test_v2.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/functional_test_v2.yaml b/.github/workflows/functional_test_v2.yaml index fee9b1a254..77f288fe43 100644 --- a/.github/workflows/functional_test_v2.yaml +++ b/.github/workflows/functional_test_v2.yaml @@ -65,7 +65,7 @@ jobs: eks-test: name: Test helm install in EKS - credentials needed needs: kubernetes-test - if: github.event.pull_request.head.repo.name == github.repository + if: github.event.pull_request.head.repo.full_name == github.repository concurrency: group: eks-access env: @@ -111,7 +111,7 @@ jobs: eks-upgrade-test: name: Test helm upgrade in EKS - credentials needed needs: kubernetes-test - if: github.event.pull_request.head.repo.name == github.repository + if: github.event.pull_request.head.repo.full_name == github.repository concurrency: group: eks-access env: