Open iynere opened 5 years ago
- (By looking at the code) it would only work if the rerun workflow is the latest workflow on the branch (which is not guaranteed to be true)
- It is less efficient (e.g. makes unnecessary CircleCI API requests for builds on different branches, installs extra dependencies, persists files to the workspace (as a means of passing the result to the calling job), etc.)
- It is slightly more complicated to setup and consume than our own script
- Its implementation is more complicated than needed for our usecase (e.g. handles different git providers, handles newly created branches, etc.)
https://github.com/angular/angular/commit/7374dfd1fa7a2c1a42ce8d4078fbe6d70a74fb89