Skip to content

Commit

Permalink
test(e2e): Don't run E2E tests on fork PRs (#5986)
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Oct 18, 2022
1 parent 80f586e commit 12a4297
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -622,6 +622,8 @@ 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'
needs: [job_get_metadata, job_build]
runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down

0 comments on commit 12a4297

Please sign in to comment.