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 cfa196b commit c67afc7Copy full SHA for c67afc7
.github/workflows/build.yml
@@ -620,7 +620,7 @@ jobs:
620
job_e2e_tests:
621
name: E2E Tests
622
# 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
623
- if: github.event.pull_request.head.repo.full_name == github.repository
+ if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
624
needs: [job_get_metadata, job_build]
625
runs-on: ubuntu-latest
626
timeout-minutes: 10
0 commit comments