Skip to content

Commit

Permalink
Fix github event var for head repo (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinja2 authored Dec 22, 2023
1 parent 4590c8e commit 44c9b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/functional_test_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 44c9b45

Please sign in to comment.