Skip to content

Commit

Permalink
fix: cherry-pick e2e test fixes (#4592 #4594) (release-0.28) (#4601)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
Co-authored-by: Luke Massa <[email protected]>
  • Loading branch information
chenrui333 and lukemassa committed May 23, 2024
1 parent cd54b12 commit 7791390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7791390

Please sign in to comment.