diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c36686510..03f6bfa410 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -104,7 +104,7 @@ jobs: e2e-github: runs-on: ubuntu-latest # dont run e2e tests on forked PRs - if: github.repository_owner == 'runatlantis' + if: github.event.pull_request.head.repo.fork == false env: TERRAFORM_VERSION: 1.8.3 ATLANTISBOT_GITHUB_USERNAME: ${{ secrets.ATLANTISBOT_GITHUB_USERNAME }}