ktmud edited a comment on pull request #11750: URL: https://github.com/apache/incubator-superset/pull/11750#issuecomment-746795049
I think the `pull_request` run (the one that is used in CI status reporting in PRs) still don't run in parallel, which means we probably have spun up two jobs unnecessarily.  It seems `pull_request_target` can only run in the background (like `push`) and can not be used to update CI status. I'm wondering if we should just revert back to the `push` and `pull_request`, but 1). skip Container 2 and Container 3 if `CYPRESS_RECORD_KEY` is not accessible; 2) let committers know that if they create branches and make PRs from the `apache` repo, the CI will run faster. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
