Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: completely remove e2e test from ci (#822)
including a test that depends on our datahub dev environment breaks in a bunch of subtle ways: - workflow_call triggered jobs can't access the secret, unless we explicitly pass it through from the parent workflows - dependabot can't access the secret, unless we copy the secret to dependabot secrets - pull requests from outside the org can't access the secret either either (a security measure to prevent exfiltrating secrets) the benefit of this test is already quite minimal so this has convinced me we don't need it in our CI pipeline.
- Loading branch information