2
votes

I see that it is possible to re-run github workflows from the UI, which is great. But is it also possible to re-run a specific job? let's say I have a pipeline with 2 jobs, one that builds my project and, the other one runs some tests, would it be possible to just re-run the tests without rebuilding the codebase?

Thanks for your answers :)

1

1 Answers

2
votes

It's not possible for now, you can only re-run full pipeline.