When rerunning failed jobs, have you ever experienced difficulties setting up a runner? The logic behind GitHub's "rerun failed jobs" feature is to only rerun the failed job and its downstream tasks. If the setup phase has already succeeded, it won't be rerun—however, this can lead to a situation where no runner is available for the rerun.
Would you be able to share any insights or best practices for addressing this? Your guidance would be greatly appreciated.
When rerunning failed jobs, have you ever experienced difficulties setting up a runner? The logic behind GitHub's "rerun failed jobs" feature is to only rerun the failed job and its downstream tasks. If the setup phase has already succeeded, it won't be rerun—however, this can lead to a situation where no runner is available for the rerun.
Would you be able to share any insights or best practices for addressing this? Your guidance would be greatly appreciated.