How to setup a event queue for handling multiple triggers from GitHub

Hi I would like to check how to setup a wait event queue for handling multiple event triggers from GitHub Actions potentially from multiple repositories to utilize the automation tool box. So that the existing script which is running the test is not being overwritten when triggered. Is there a example available to handle this situation. thanks for your support in advance.
Regards
Suresh

Hi Suresh,

welcome to the forum!

We don’t have any examples right now but you are correct you need to control access to Otii3 so only one automation script runs at a time.

Since you are using GitHub Actions to trigger Otii3 automation I would look at defining a concurrency group and using that for the jobs running the Otii3 automation test script Control the concurrency of workflows and jobs - GitHub Docs

That way, only one Otii3 automation job will run at a time.

Best regards,
Andreas Olausson