Commit graph

1 commit

Author SHA1 Message Date
Alan Agius
11589d4849 ci: streamline adev CDK APIs and CLI help workflows (#61396)
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
2025-05-16 08:44:01 +00:00