Skip to content

Commit

Permalink
fix(e2e): try different check for bypass e2e tests on forked changes (#…
Browse files Browse the repository at this point in the history
…4594)

Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed May 23, 2024
1 parent 3417886 commit 8414d23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ jobs:
e2e-github:
runs-on: ubuntu-latest
# dont run e2e tests on forked PRs
if: github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.fork == false
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 8414d23

Please sign in to comment.