mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit implements several enhancements to the adev docs update workflow pipeline: - **Unify actions:** Merge the workflows into a single one. - **Optimize Git cloning:** Clone the repo with `--depth=0` only once per push instead of 2 times. - **Prevent concurrent runs:** Implement concurrency control to automatically cancel in-progress workflow runs for the same branch, ensuring only the latest commit is processed. PR Close #61396 |
||
|---|---|---|
| .. | ||
| adev-preview-build.yml | ||
| adev-preview-deploy.yml | ||
| assistant-to-the-branch-manager.yml | ||
| benchmark-compare.yml | ||
| ci.yml | ||
| dev-infra.yml | ||
| google-internal-tests.yml | ||
| manual.yml | ||
| merge-ready-status.yml | ||
| perf.yml | ||
| pr.yml | ||
| scorecard.yml | ||
| sync-angular-robot-forked-repo.yml | ||
| update-cdk-apis-and-cli-help.yml | ||