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

Await for specific job inside remote run #212

Open jbelien opened 1 month ago

jbelien commented 1 month ago

First things first, thank you for this awesome GitHub Actions! 🎉

Would it be possible to go a level deeper and specify a job ID inside the remote run ?

My use case is the following :

Thanks a lot!

Codex- commented 1 month ago

So you'd like to consider a job complete after a specific step has completed?

jbelien commented 1 month ago

No, that would be a step too far.

I would like to have the completed status of a specific job inside a workflow/run.

Use-case:

In the current setup, it waits that both build and deploy jobs are finished and I would like to wait only for build job.

But maybe I'm missing something with your action and this is already possible.