Skip to content

Commit

Permalink
ci(e2e): Don't run E2E tests on forked PRs (#6063)
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Oct 27, 2022
1 parent 3de8e7e commit 1e98d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -620,7 +620,7 @@ jobs:
job_e2e_tests:
name: E2E Tests
# We only run E2E tests for non-fork PRs because the E2E tests require secrets to work and they can't be accessed from forks
if: github.repository == 'getsentry/sentry-javascript'
if: github.event.pull_request.head.repo.full_name == github.repository
needs: [job_get_metadata, job_build]
runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down

1 comment on commit 1e98d2e

@brniamut
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good luck guys! We are rooting for the release!

Please sign in to comment.