We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f586e commit 12a4297Copy full SHA for 12a4297
.github/workflows/build.yml
@@ -622,6 +622,8 @@ jobs:
622
623
job_e2e_tests:
624
name: E2E Tests
625
+ # 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
626
+ if: github.repository == 'getsentry/sentry-javascript'
627
needs: [job_get_metadata, job_build]
628
runs-on: ubuntu-latest
629
timeout-minutes: 10
0 commit comments