Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: skip integration tests on forks (#692)
GitHub provides no reasonable and secure way to run integration tests against PRs from forks. This PR adjusts the CI builds to skip integration tests on PRs from forks and otherwise runs the entire test suite for internal PRs. In addition, integration tests will run on main regardless to catch any regressions.
- Loading branch information