Codex- / await-remote-run

✅ Await the completion of a foreign repository Workflow Run given the Run ID.
MIT License
28 stars 8 forks source link

Cancel remote run after timeout is reached #215

Open oskar-s9s opened 1 month ago

oskar-s9s commented 1 month ago

It would be nice to have an option to cancel the remote run if timeout is reached.

Real life use-case: 1) trigger tests from main workflow, set timeout to 30 minutes 2) tests run 60 minutes 3) main workflow timeouts and run cleanup job which deletes test environment ;-) 4) tests still run 5) no profit

:-)