devcontainer icon indicating copy to clipboard operation
devcontainer copied to clipboard

Have one orchestrator workflow that trigger all the other builder workflows

Open joyeecheung opened this issue 3 months ago • 0 comments

Currently the builder workflows are split, so that when one of the platform fails, others can still trigger the merge workflow and keep the nightly tag for that platform updated. They are triggered nightly individually.

It would be better to have a main nightly orchestrator workflow that triggers them instead, this would allow an external repository to trigger that orchestrator workflow on an event (for example, when V8 is updated in the main repository) instead of having to trigger the platform-specific workflows individually.

joyeecheung avatar Oct 31 '25 15:10 joyeecheung