Closed zack-is-cool closed 1 year ago
basically, auto-success runs in PRs (pull_request), actual e2e will run in merge queue (merge_group) and then be merged on success
pull_request
merge_group
you can add a PR to the merge queue without actually doing an e2e test and removing duplication of testing for something to make it into main
For sure, just trying to do a PoC here
basically, auto-success runs in PRs (
pull_request
), actual e2e will run in merge queue (merge_group
) and then be merged on successyou can add a PR to the merge queue without actually doing an e2e test and removing duplication of testing for something to make it into main